Previous Lecture | lect16 | Next Lecture |
Code written in class
https://github.com/ucsb-cs24-w23/cs24-w23-lectures/tree/main/lect16
Link to inclass handout https://bit.ly/cs24-lect16-handout Make a copy and work to complete the exercises in class
Topics
- Using the C++ STL set container class
- C++ iterators - concept and usage
- Queues