Codes();

Zoom out : CTRTL -

Zoom in : CTRTL +

Heap

Create heap first, either by createheap or insertheap

Create heap (Elements are seperated by commas).

createheap([elements])

Insert element into heap.

insertheap(value)

Delete the root of the heap.

deleteheap()