Previous Lecture | lect17 Before Slides | lect17 Annotated Slides | Next Lecture |
Topics
- Finding the length of a linked-list -> iterative and recursive solutions
- Deleting a single node in the linked-list (recursive)
- Deleting all nodes in the linked-list (highlight issues with dynamic memory management)