Next Hash Hash Hash 28

Obvious problems

  1. How do you map a key to an array index?

  2. What if two keys both map to the same index?

  3. What happens when the array fills up?


Next 28