Maps/Dictionaries


Overview

Maps (aka Dictionaries) are data structures that store a collection of key-value pairs. Each key is unique and allows for quick access to values.

  1. Quick intro to hash maps
  2. How hashmaps work
  3. Hash map tutorial (Java, C++) on Leetcode

Subsections

Made with Gatsby G Logo