Data Structures & Algorithms Notes Page


What’s Hashing?

Definition:

Hash Functions:

Simple Visual Example (Concept Only):

int hashCode = key.hashCode();  // Java does this under the hood

The HashMap

Definition:

Example: