Previous Lecture | lect09 Slides | Next Lecture |
Code from class
Code from class: https://github.com/ucsb-cs16-su17/code-from-class/tree/master/Lec09
Topics
- Stack and heap
- We can allocate and free our own memory using
new
anddelete
! - Linked list introduction
- example of converting an array to a linked list