AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.53k stars 523 forks source link

Inversion_Count.c #247

Closed mritunjay7065 closed 3 years ago

mritunjay7065 commented 3 years ago

Counting number of inversions in an array using Divide and Conquer.

I am creating a pull request for...