MCQOPTIONS
Saved Bookmarks
| 1. |
The worst case complexity of deleting any arbitrary node value element from heap is __________ |
| A. | O(logn) |
| B. | O(n) |
| C. | O(nlogn) |
| D. | O(n<sup>2</sup>) |
| Answer» B. O(n) | |