| Previous Lecture | lect03 | Next Lecture |
lect03, Tue 04/08
Week 2: Abstract Data Types and operator overloading
Code from lecture
https://github.com/ucsb-cs24-s25/cs24-s25-lectures/tree/main/lect03
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++