InterviewSolution
Saved Bookmarks
| 1. |
The time complexity of the code that determines the number of inversions in an array using self balancing BST is lesser than that of the code that uses loops for the same purpose.(a) true(b) falseMy enquiry is from Arrays Types in division Arrays Types of Data Structures & Algorithms IThis question was posed to me during an online interview. |
|
Answer» Right choice is (a) true |
|