MCQOPTIONS
Saved Bookmarks
| 1. |
What is the time complexity of the code that uses self balancing BST for determining the number of inversions in an array? |
| A. | O(n<sup>2</sup>) |
| B. | O(n) |
| C. | O(log n) |
| D. | O(n log n) |
| Answer» E. | |