Which of following statements about heap is wrongA. An n element heap has height log n(base of log is 2)B. Smallest element of heap is always a leafC. An array in reverse sorted order is a heapD. A heap can't contain any element more than once
-
Interview Candidate
- Aug 2nd, 2005
- 1
- 1470
Showing Answers 1 - 1 of 1 Answers
Which of following statements about heap is wrongA. An n element heap has height log n(base of log is 2)B. Smallest element of heap is always a leafC. An array in reverse sorted order is a heapD. A heap can't contain any element more than once