How does a Hash Table work?? What is so special about it?? How does it have log 1 comlexity?? How will you make your own Hash Table? How will resolve duplicate data entry if u can't discard duplicate data?
Anónimo
(Hint: think about it as an array of structures)