reading-notes

Hash Tables

What is a Hashtable?

Terminology:

Why do we use them?

  1. Hold unique values
  2. Dictionary
  3. Library

What Are they?

Structure

Hashing

Creating a Hash

Collisions

Storing and Reading Values

Hash maps do this to store values:

Hash maps do this to read value:

Bucket Sizes

Methods

What I Want to Know More About?