DSA-CRACKER icon indicating copy to clipboard operation
DSA-CRACKER copied to clipboard

Count Inversions problem

Open Siddharthnpm opened this issue 4 years ago • 2 comments

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.

Siddharthnpm avatar Oct 23 '21 09:10 Siddharthnpm

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.

tarunsinghdev avatar Oct 25 '21 05:10 tarunsinghdev

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.

Sure, ill do the same and create another pull request.

Siddharthnpm avatar Oct 27 '21 08:10 Siddharthnpm