I want to store some words in a hash table using open addressing and double hashing
the problem is that I have been asked to use base-128 radix system calculated using horners rule to get the key of the word but I have no idea how to implement base-128 radix system in java. could anyone help me?