Heap Sort

1. Which of the following sets of numbers forms a balanced heap after the insert heap step is performed?
2. What do you think is the complexity of inserting into a heap using this naive insert heap method? (Consider if it can be further improved)