Codes();

Zoom out : CTRTL -

Zoom in : CTRTL +

Heap

Create heap first, either by createheap or insertheap

Create heap (Elements are seperated by commas).

createminheap([elements])

Insert element into heap.

insertminheap(value)

Delete the root of the heap.

deleteminheap()