Can someone plz give me the C++ code for the following:
(1) linear probing
(2) separate chaining
(3) quadratic probing
(4) double hashing
I know the theory behind it but i dont seem to be able to put it into code!
plz help me
P/S: im not asking you to spoon feed me with code but im really not able to figure out how to write these functions....