Previous Lecture | Lecture 11 | Next Lecture |
Lecture 11, Tue 08/06
Linked lists
Code from lecture
https://github.com/ucsb-cs16-m19/code-from-class/tree/master/08-05
Stuff I wrote on the “whiteboard”
Go here and click on the appropriate date: https://1drv.ms/o/s!AlgIeD1urAgmgQU7loNfb3-LYrma
Topics
- Linked-lists
- Iterating through linked lists using traversal pointers
- Creating an empty list
- Inserting in a list