InterviewSolution
Saved Bookmarks
| 1. |
The time complexity of the code that determines the number of inversions in an array using merge sort is lesser than that of the code that uses loops for the same purpose.(a) true(b) falseI want to ask this question from Arrays Types topic in section Arrays Types of Data Structures & Algorithms II had been asked this question in homework. |
|
Answer» The CORRECT choice is (a) true |
|