How to implement a polynomial rolling hash function with side chaining to resolve the collision and print number of repitions of a word in c

Viewed 25

I have been trying a lot but the problem with polynomial rolling hash function is ,the key is very large number and whenever i am creating a hashtable for separate chaining(to resolve collision) the core is getting dumped for long strings as they have very big hash values.

0 Answers
Related