HacktoberFestContribute
HacktoberFestContribute copied to clipboard
Created counting_sort.py
Added count sort in python. It counts the number of inversions in an array and returns the count and sorted array.