Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 407 Bytes

File metadata and controls

9 lines (8 loc) · 407 Bytes

0x1A. C - Hash tables

Learning objectives for this project:

  • What is a hash function
  • What makes a good hash function
  • What is a hash table, how do they work and how to use them
  • What is a collision and what are the main ways of dealing with collisions in the context of a hash table
  • What are the advantages and drawbacks of using hash tables
  • What are the most common use cases of hash tables