hash functions.

Random irrelevance that just didn't fit into other forums. Talk about anything.

Moderator: Talkative People

Post Reply
User avatar
Levio91
Chaos Rift Regular
Chaos Rift Regular
Posts: 119
Joined: Thu Nov 06, 2008 9:50 pm

hash functions.

Post by Levio91 »

How do i learn hash functions... I want to look smart in class tomorrow.


:( :cry:

im using this book. http://www.amazon.com/Discrete-Structur ... 854&sr=8-1
"Criticism is something you can avoid easily by saying nothing, doing nothing, and being nothing. " - Aristotle

http://www.facebook.com/profile.php?id= ... ef=profile
Image
User avatar
sparda
Chaos Rift Junior
Chaos Rift Junior
Posts: 291
Joined: Tue Sep 23, 2008 3:54 pm

Re: hash functions.

Post by sparda »

"How do i learn"!?

That's definitely not a good way to start a thread. :lol:
User avatar
LeonBlade
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1314
Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY

Re: hash functions.

Post by LeonBlade »

Hash Function in PHP:

Code: Select all

md5("string")
Input a string and retuns it as MD5

Lol ;)
There's no place like ~/
User avatar
M_D_K
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1087
Joined: Tue Oct 28, 2008 10:33 am
Favorite Gaming Platforms: PC
Programming Language of Choice: C/++
Location: UK

Re: hash functions.

Post by M_D_K »

LeonBlade wrote:Hash Function in PHP:

Code: Select all

md5("string")
Input a string and retuns it as MD5

Lol ;)
cute. But I believe hes talking about hash maps. I haven't used them before so I can't help.
Gyro Sheen wrote:you pour their inventory onto my life
IRC wrote: <sparda> The routine had a stack overflow, sorry.
<sparda> Apparently the stack was full of shit.
User avatar
LeonBlade
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1314
Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY

Re: hash functions.

Post by LeonBlade »

Hmm... then I have no clue...
There's no place like ~/
User avatar
BOMBERMAN
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 39
Joined: Wed Jan 14, 2009 5:00 pm

Re: hash functions.

Post by BOMBERMAN »

Take a good look on internet tutorials... if u don't find any, buy another book that teaches you how to :)
My english sucks!
Post Reply