Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 527 Bytes

File metadata and controls

14 lines (11 loc) · 527 Bytes

HashmapImplement

4 ways to implement hash map

  • hash chaining
  • linear probing
  • quadratic hashing
  • cuckoo hashing

And the main function compares the time difference between the machanisms