Previous Lecture | lect11 Slides | Next Lecture |
Code from lecture
https://github.com/ucsb-cs16-f18-mirza/cs16-f18-lectures/tree/master/lec-11
#Topics
- Dynamic memory allocation: new and delete
- Stack vs. heap
- Intro to linked lists (define the types we will be working with in the upcoming classes LinkedList, Node)
- Create a small linked list