Lecture 20. Linked Lists, Part I

Wednesday February 23


Linked lists are a fundamentally different strategy for storing sequences of items. Today we see how to think about and manipulate them both iteratively and recursively.

Readings

  • Readings: Chapter 13

Links

📦 Code and Slides