Lecture 14: Dictionaries
Introduces dictionaries, their keys and values, their mutability, and iteration over a dictionary with examples. Dictionaries have entries that map a key to a value. Keys are immutable/hashable and unique objects while values can be any object. Dictionaries can make code efficient implementation-wise and runtime-wise.
Course Info
Instructor
Departments
As Taught In
Fall
2022
Level
Learning Resource Types
theaters
Lecture Videos
notes
Lecture Notes
assignment
Problem Sets
assignment_turned_in
Programming Assignments with Examples
Readings
Recitation Notes