CSE 131 Module 9: Lists
Goals and Resources
By the end of this module, you should be able to...
- draw object and reference diagrams corresponding to program executions involving list structures,
- describe how list structures are allocated and represented in memory, and
- write recursive and iterative methods that traverse, create, and manipulate linked list structures, and
- use a debugger to examine lists structures in memory.
[ Slides ]