Binary Heaps
Disadvantages of linear priority queues
Array implementation of binary heaps
Add operation
Remove operation
Why binary heap operations are O(log n)
Lab exercise: Binary Heaps