MCQOPTIONS
Saved Bookmarks
| 1. |
In the deletion operation of max heap, the root is replaced by |
| A. | Next available value in the left sub-tree. |
| B. | Next available value in the right sub-tree. |
| C. | Any random value from the heap. |
| D. | Last element of the last level |
| Answer» E. | |