Page 1 of 1

hash functions.

Posted: Sun Jan 25, 2009 10:56 pm
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

Re: hash functions.

Posted: Mon Jan 26, 2009 7:58 am
by sparda
"How do i learn"!?

That's definitely not a good way to start a thread. :lol:

Re: hash functions.

Posted: Mon Jan 26, 2009 3:49 pm
by LeonBlade
Hash Function in PHP:

Code: Select all

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

Lol ;)

Re: hash functions.

Posted: Mon Jan 26, 2009 3:51 pm
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.

Re: hash functions.

Posted: Mon Jan 26, 2009 4:12 pm
by LeonBlade
Hmm... then I have no clue...

Re: hash functions.

Posted: Sat Jan 31, 2009 2:42 pm
by BOMBERMAN
Take a good look on internet tutorials... if u don't find any, buy another book that teaches you how to :)