indrakishore / Developers-Community

Hactoberfest-2024
MIT License
14 stars 93 forks source link

Radix sorting algorithm. #124

Open PradeepFSTdhane123 opened 9 hours ago

PradeepFSTdhane123 commented 9 hours ago

Radix algorithm

-Radix Sort is a linear sorting algorithm that sorts elements by processing them digit by digit. It is an efficient sorting algorithm for integers or strings with fixed-size keys.

Counting Sort is especially effective when dealing with integers in a small range, such as sorting grades, counting occurrences, or processing data where the maximum value is known and limited.

PradeepFSTdhane123 commented 9 hours ago

@indrakishore "I would love the opportunity to contribute and work on this project. Could you please assign the issue to me? I'm eager to dive in and make a meaningful impact. Thank you for considering my request!"