If one sorting method create 2 Inversion in array, any array which has 2*n inversion can be sorted by that sorting method?
Example:
Sorting method: 1 2 3 -> 3 1