DSA-CRACKER
DSA-CRACKER copied to clipboard
Count Inversions problem
This cpp file contains the solution to count inversions problem. I have implemented solution according to the gfg problem Link : https://practice.geeksforgeeks.org/problems/inversion-of-array-1587115620/1 This is my first open source contribution, hope you find it useful.
Hey, thank you for contributing. Count Inversion is 16th problem as per the sheet, please change the filename to 16_CountInversion.cpp. Also please update the README.md file mentioning the time and space complexity for the same.
Hey, thank you for contributing.
Count Inversionis 16th problem as per the sheet, please change the filename to16_CountInversion.cpp. Also please update theREADME.mdfile mentioning the time and space complexity for the same.
Sure, ill do the same and create another pull request.