Lecture 6. Unordered Data Structures (Sets and Maps)

Friday October 1


Today we will discuss two more powerful containers, these ones that store data in an unordered format: sets and maps.

Correction: Slide 5 has been corrected to say that inserting to the Stanfod Map is done with put rather than add

Readings

  • Text 5.4, 5.5, Class documentation for Set and Map

Links

📦 Code and Slides