Horner's Hash Algorithm
807599Mar 5 2007 — edited Mar 5 2007Horner's hash algorithm is a polynomial hash code. However, I don't really know how to code it:
[x of k-1] + a([x of k-2] + a([x of k-3].....
I'm quite confused by it, and I am not too sure how I can translate this into Java.