MCQOPTIONS
Saved Bookmarks
| 1. |
The valid sequence of elements in an array representing 3-ary max heap is |
| A. | 9, 5, 6, 8, 3,1 |
| B. | 9, 6, 3, 1, 8,5 |
| C. | 9, 3, 6, 8, 5,1 |
| D. | 1, 3, 5, 6, 8,9 |
| Answer» B. 9, 6, 3, 1, 8,5 | |