Priority Queue for Elevator

These are the core operations we need for the elevator-simulator application. In the elevator simulator:

One nice implementation of a priority queue is the heap.


next up previous
Next: Heap Definition Up: HEAPS Previous: Priority Queue