The objective of this experiment is to Convert the given Complete Binary Tree into a Max Heap.
In the previous experiment, we converted a Complete Binary Tree to a Max heap by swapping any two nodes. In this experiment, a restriction has been added that the swap operation can only be performed between two nodes that have parent child relationship between them.
You can click on any node to select/deselect it. You can select at most two nodes at a time. The selections are reset after each swap operation.