Question 14
Consider a min-heap with 45 distinct elements implemented using array A with index 0 to 44. The largest element can not be in between ___.
A[11] and A[21] (both inclusive)
A[0] and A[10] (both inclusive)
A[31] and A[44] (both inclusive)
A[22] and A[30] (both inclusive)