| lect01 | Next Lecture |
lect01,
CS16 Review: Abstract Data Types (Linked List)
Code from lecture
https://github.com/ucsb-cs24-w26/cs24-w26-lectures/tree/main/lect01
Topics
- Linked List as an Abstract Data Type: We’ll review the Linked List data structure and contrast a custom implementation with std::list
- Initialization routines for ADTs - parameterized constructors
- We’ll discuss the what, why, and how of operator overloading in C++