Lukas' Notes

Home

❯

Knowledge

❯

Map

Map

May 09, 20251 min read

data-structures

Definition

Map

A map is a data structure that associates an arbitrary number of different keys with a values (1:1). The key-value pair is called an entry of that map.

Examples: Hash Map, Tree Map


Graph View

Backlinks

  • Hash Map
  • Tree Map

Created with Quartz v4.4.0 © 2025

  • GitHub