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

Under what condition the number of inversions in an array are maximum? Correct Answer when the array is reverse sorted

Number of inversions in an array are maximum when the given array is reverse sorted. As the necessary condition for an inversion is arr>arr and i
Bissoy MCQ

Related Questions

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