Pradeepsingh61 / DSA_Code

Hacktoberfest 2024 OPEN FIRST Pull Request
https://hacktoberfest.com/
11 stars 50 forks source link

Add Counting Sort algorithm in Sorting folder #99

Open ksvijayan06 opened 4 hours ago

ksvijayan06 commented 4 hours ago

Counting Sort is a non-comparison-based sorting algorithm. It is particularly efficient when the range of input values is small compared to the number of elements to be sorted. The basic idea behind Counting Sort is to count the frequency of each distinct element in the input array and use that information to place the elements in their correct sorted positions.

ksvijayan06 commented 4 hours ago

hi @Pradeepsingh61 can you please assign this issue for me