| Previous Lecture | lect06 | Next Lecture |
lect06,
Iterators
Code from lecture
https://github.com/ucsb-cs24-w26/cs24-w26-lectures/tree/main/lect06
Topics
- Iterators: Abstraction for iterating through data structures
- Design an iterator for the custom BST class and solve related problems (you will implement this in pa01)