Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Radix Sort #603 #619

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

Kushagra9399
Copy link

@Kushagra9399 Kushagra9399 commented Mar 10, 2025

Adding Radix Sort #603

References to other Issues or PRs or Relevant literature

I have completed the radix sort algorithm along with its test cases. And at last all test cases have passed.
Radix sort is a sorting algorithm in which number is sorted digit by digit which is efficient in some cases.
Radix Sort is a non-comparative sorting algorithm that sorts integers or strings by processing individual digits. It is a linear time algorithm, especially when the number of digits in the input data (or the maximum number of bits for binary data) is small compared to the size of the data.

Brief description of what is fixed or changed

I have added algorithm for radix sort in algorithms.py and its tests in test_algorithms.py

Other comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant