Previous Lecture | lect14 Before Slides | lect14 Annotated Slides | Next Lecture |
Code from lecture
https://github.com/ucsb-cs16-wi17/lecture-02-23
Topics
- Linked-lists
- Iterating through linked lists using traversal pointers
- Creating an empty list
- Inserting in a list
- Iterating through a list: length, search
- Deleting a linked list
- Problems with dynamic memory: memory leaks and dangling pointers