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

Modify radix sort to use separate value/key #15

Open
pbbastian opened this issue Feb 20, 2017 · 2 comments
Open

Modify radix sort to use separate value/key #15

pbbastian opened this issue Feb 20, 2017 · 2 comments

Comments

@pbbastian
Copy link
Owner

No description provided.

pbbastian added a commit that referenced this issue Feb 21, 2017
@pbbastian
Copy link
Owner Author

Implementation is in, but still needs to be tested. Rather than copying around values all the time, the sort keeps track of the original index, such that in each pass the key and original index is re-ordered. Afterwards this can be used to re-order the actual data.

Needs testing.

@pbbastian
Copy link
Owner Author

To-do: Record parent pointers

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

No branches or pull requests

1 participant