Previous Lecture | lect14 | Next Lecture |
Code written in class
https://github.com/ucsb-cs24-w23/cs24-w23-lectures/tree/main/lect14
Link to inclass handout https://bit.ly/cs24-lect14-handout Make a copy and work to complete the exercises in class
Topics
- Heap data structure and its applications
- Using the C++ STL container classe: priority_queue
- Implementing heap (lab07)