zahinekbal / codeWith-hacktoberfest

MIT License
22 stars 111 forks source link

Added InvertionCount in C++ #162

Closed Raptor-Dev97 closed 3 years ago

Raptor-Dev97 commented 3 years ago

Used Merge Sort to solve the problem in O(n log n) time complexity.