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

Create radix_sort.py #339

Merged
merged 4 commits into from
Dec 3, 2023
Merged

Conversation

MrWeast
Copy link
Contributor

@MrWeast MrWeast commented Dec 1, 2023

Description

  • added python implementation of radix sort
  • includes a main function to demonstrate it works
    • includes a fixed array that contains duplicate values
    • a random array to show it works for arbitrary arrays
  • updated README.md to show radix for python is implemented

added python implementation of radix sort
added a random array to test the sort
fixed format
@kelvins kelvins merged commit a28674a into kelvins:main Dec 3, 2023
2 checks passed
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.

2 participants