Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 222 Bytes

11.5.md

File metadata and controls

3 lines (2 loc) · 222 Bytes

A map is a collection of key-value pairs. When we want a container acting like dictionary, we should choose map.

A set is a collection of keys. When we want to check if some values are present, we can choose set.