
Hi guys.. I have question about hash table
How to implement a hash table of English words?
with these methods
ïâ??· A method put(s), which adds the string s to the table, if it is not already there (a bit different from the one presented in the lecture). ïâ??· A method remove(s), which removes the string s from the table, if the string is there. ïâ??· A method size() which returns the number of strings in the table. ïâ??· A hash method HFunction to compute the hash value of a string. This function must be a composition of two functions, as seen in the lecture. Take the size of the table 31. different from the one presented in the lecture). ïâ??· Display all strings in a seperate line. ïâ??· The implementation of the table, use separate chaining to resolve collision.
I hope somebody could help me :(
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.