I have to build two implementations of a priority queue: Ordered array and a Binary heap.

I have to build two implementations of a priority queue: Ordered array and a Binary heap.