MCQOPTIONS
Saved Bookmarks
| 1. |
What is the worst case time complexity of query operation(n is the no. of candidates)? |
| A. | O(1) |
| B. | O(n) |
| C. | O(log n) |
| D. | O(n log n) |
| Answer» C. O(log n) | |