Another simple binary tree. But this one builds it a node at a time visually in the order that the elements are in the array.
Now I need to combine all the pieces and have it build the heap then run max-heap on it all in one go.