Heap Sort
1. The array 5, 4, 1, 2, 3 is sorted in ascending order. Which option provides the correctly sorted array?
2. Which of the following statements about logarithms is correct?
3. Which of the following is true about Binary Trees?
Explanation
Explanation
Explanation
Explanation
Explanation
4. Level of a node is distance from root to that node. For example, level of root is 1 and levels of left and right children of root is 2. The maximum number of nodes on level i of a binary tree is (the operator '^' indicates power):