Vidyalelo
Data Structure · Q147

Arrays in Data Structures

Programming · Data Structure · question 147

Q147

Under what condition the number of inversions in an array are minimum?

A.
when the array is sorted
Answer
B.
when the array is reverse sorted
C.
when the array is half sorted
D.
depends on the given array

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board