Linked Lists
Welcome to week 5! Watch the video below to get an overview of the coming week.
Learning objectives
By the end of this week, you will be able to:
- Compare and contrast arrays and linked lists
- Choose the appropriate data structure for some given constraints
- Trace algorithms on reference-based data structures, like linked-lists
- Write algorithms to build, traverse, and modify linked lists
What's due this week
- Week 5 Quiz on Thursday (on Gradescope)
- Assignment 3