🌟 Loving the project? Support our open-source journey with a Star on GitHub!
Data Structures Challenge-2
Time Left: 30:00
Question 1 of 22
1. Let A[1...n] be an array of n distinct numbers. If i < j and A[i] > A[j], then the pair (i, j) is called an inversion of A. What is the expected number of inversions in any permutation on n elements?