Lafore's Priority Queue
Priority Queue Operation

New creates new empty priority queue

Ins inserts item with value N.

Rem removes item from front of queue, returns value.

Peek returns value of item at front of queue.

(Type N into "Enter number" box.)