Previous Lecture | lect11 | Next Lecture |
Code from lecture
https://github.com/ucsb-cs24-f23/cs24-f23-lectures/tree/main/lect11
Topics
- Practice with the C++ set STL
- Under the hood of the range-based for loop (C++ iterators)
- Queue and applications to Breadth First Traversal on a binary tree.