Previous Lecture | Lecture 13 | Next Lecture |
Lecture 13, Tue 11/12
Linked Lists
Topics
- Intro to linked lists (define the types we will be working with in the upcoming classes LinkedList, Node)
- Create a small linked list
- Reason for creating linked-list on heaps
- Basic operations on linked lists: insert, delete, and iterating through the linked list