can anyone please tell me what is the time complexity of inversion count problem using recursion
Related to inversion count
hi manthan joshi,
Inversion count using recursion is solved with merge sort technique and its time complexity is O(nlogn).
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).