Type the list of integers that you want to heapify
An example would be
3 6 8 10 1 2 1
. Use whitespace to separate the integers.
List:
Add a Node
Add Node:
After
Before