Previous Lecture | lect08 Before Slides | lect08 Annotated Slides | Next Lecture |
Topics
- Linked-lists (C style implementation - review from CS 16)
- Creating a list
- Iterating through a list
- Modifying a list (appending elements to the end)
- Linked-lists and classes