Computer Science 210
Data Structures
Fall 2019, Siena College
Lecture 27: Heaps
Date: Monday, November 11, 2019
Agenda
- Announcements
- Next zyBook Assignment is due Thursday
- Check the zyBook grading reports sent Sunday for accuracy
- Lab 7 due Wednesday
- Problem Set 5 at the halfway point
- "Unplugged" lab coming Wednesday: lots of practice with BST, AVL, heaps
- Exam 2 recap
- Heaps
- Array representation of trees
- insert and remove operations
- Heap-based priority queue