InterviewSolution
Saved Bookmarks
| 1. |
How many inversions does a sorted array have?(a) 0(b) 1(c) 2(d) cannot be determinedI need to ask this question from Arrays Types in chapter Arrays Types of Data Structures & Algorithms IThis question was posed to me in an interview for job. |
|
Answer» The correct option is (a) 0 |
|