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

[FEATURE REQUEST]: Radix sort #169

Open
Milerius opened this issue May 14, 2021 · 1 comment
Open

[FEATURE REQUEST]: Radix sort #169

Milerius opened this issue May 14, 2021 · 1 comment

Comments

@Milerius
Copy link

Milerius commented May 14, 2021

Is your feature request related to a problem? Please describe.

I would like to have a radix sort in the library https://rosettacode.org/wiki/Sorting_algorithms/Radix_sort#C

Describe the solution you'd like

Some radix sort would be appreciated, very usefull to sort big list of numbers

For exercice like this one: https://github.com/LuciferBahamut/Pushswap/blob/master/B-CPE-110_Pushswap.pdf

@waruqi
Copy link
Member

waruqi commented May 14, 2021

This seems to be a very useful sorting algorithm, but I may not have time to implement it recently.

If you are interested, welcome to open a pr and submit it to https://github.com/tboox/tbox/tree/master/src/tbox/algorithm

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

No branches or pull requests

2 participants