Vidyalelo
Data Structure · Q59

Heaps

Programming · Data Structure · question 59

Q59

If there are c children of the root, how many calls to the merge procedure is required to reassemble the heap?

A.
c
B.
c+1
C.
c-1
Answer
D.
1

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board