Previous Lecture | lect12 Slides | Next Lecture |
Code from lecture
https://github.com/ucsb-cs16-s19-nichols/code-from-class/tree/master/05-14
Stuff I wrote on the “whiteboard”
Go here and click on the appropriate date: https://1drv.ms/o/s!AlgIeD1urAgmgQHsG_JzMJgKHx9V
Kevin’s Notes
Follow this link to access the notes
Topics
- Linked-lists
- Iterating through linked lists using traversal pointers
- Creating an empty list
- Inserting in a list