i know little about "Hash"..
who can give me some problem (maybe thay are not in the problemset)about "Hash".....
i also need the source code to read...
thanks ..
(i am poor in English ,if there are anything confusing you above,please tell me)
want to learn about "Hash"
Moderator: Board moderators
Why don't you try googling for: ?
BTW I don't think that explaining how Rabin-Karp works is the best way to introduce someone to hashing...
As an example (requiring much less maths) try reading this:
http://www.palfrader.org/hashing/
But in general, try reading anything WITH the words "hashing", "data structures" and WITHOUT the word "cryptography" in it
Code: Select all
rabin karp string matching algorithm
BTW I don't think that explaining how Rabin-Karp works is the best way to introduce someone to hashing...

As an example (requiring much less maths) try reading this:
http://www.palfrader.org/hashing/
But in general, try reading anything WITH the words "hashing", "data structures" and WITHOUT the word "cryptography" in it

http://acm.uva.es/p/v107/10763.html
can be solved in (expected) linear time using hashing... when you understand how hashing works, try solving this task
can be solved in (expected) linear time using hashing... when you understand how hashing works, try solving this task
