InterviewSolution
Saved Bookmarks
| 1. |
A max-heap is a heap where the value of each parent is greater than or equal to the values of its children. Which of the following is a max-heap?(A) A(B) B(C) C(D) D |
| Answer» | |