How to implement a hash-table?
Anonymous
create an array. build a function that will take in the item as a parameter and convert it into a hash(a formula maybe). This hash is the index to your array at which you want to save the item. also create a function that will do a hash lookup and a function that will take care of collisions
Check out your Company Bowl for anonymous work chats.