The descending heap property is ___________
(a) A[Parent(i)] = A[i]
(b) A[Parent(i)] <= A[i]
(c) A[Parent(i)] >= A[i]
(d) A[Parent(i)] > 2 * A[i]
This question was posed to me in exam.
Question is from Heapsort topic in section Sorting of Data Structures & Algorithms II