Unit 11: Nested Structures
Students who complete this unit will demonstrate that they can:
- Describe the concept of and motivation for nested data structures, particularly nested lists and dictionaries.
- Design and implement nested lists and dictionaries
- Use nested list subscripts and dictionary key notation to access and manipulate elements in nested structures
- Use the appropriate control structures to traverse and process nested data structures.
Contents