June 2018
Intermediate to advanced
316 pages
6h 34m
English
A map is a data structure that stores data in the form of key/value pairs. The map data structure is also known as an associative array. This is an extremely powerful data structure that provides you fast access to a value associated with a unique key.
A map data structure supports operations such as:
The following diagram shows the operation:

Read now
Unlock full access