5.4.1 Maps

When you think of a map, you often think of cities, roads, and highways. In computer science, maps mean something a little different!

Maps are a very useful data structure utilizing a key instead of an index. Like sets, they store data in a manner that is easy and efficient to access.

Last updated