Map Flashcards

1
Q

How can you Implement Hashmap?

A
  1. Hashing the key
  2. Nodes as LinkedList
  3. Array of nodes to represent the map
How well did you know this?
1
Not at all
2
3
4
5
Perfectly