Examveda

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]

Answer: Option C


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms