COUNTING SORT
+========+
Time: 30 minutes - 1 hour
Difficulty: Medium
Languages: Any
+========+
Implement a counting sort function that takes in a list of integers and returns a sorted list in ascending order. Your solution should not use any inbuilt sorting functions.
+========+
Please answer to this message with your solution 🙂
>>Click here to continue<<