InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following array represents a binary max-heap?(A) [26, 13, 17, 14, 11, 9, 15](B) [26, 15, 14, 17, 11, 9, 13](C) [26, 15, 17, 14, 11, 9, 13](D) [26, 15, 13, 14, 11, 9, 17] |
| Answer» | |