Related to inversion count

can anyone please tell me what is the time complexity of inversion count problem using recursion

hi manthan joshi,
Inversion count using recursion is solved with merge sort technique and its time complexity is O(nlogn).