MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the order of new heap created after union of heap H1 and H2 when created by the following code.Initially both are of the order n. |
| A. | n+1 |
| B. | n+n/2 |
| C. | nlogn |
| D. | 2*nView Answer |
| Answer» B. n+n/2 | |