Skip to content

port of @ceorron's Zip Sort #7

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

Merged
merged 1 commit into from
Jun 5, 2020
Merged

port of @ceorron's Zip Sort #7

merged 1 commit into from
Jun 5, 2020

Conversation

landfillbaby
Copy link

@landfillbaby landfillbaby commented Jun 4, 2020

from @ceorron's stable inplace sorting algorithms repo
untested (i've still got no hard drive) but should be functional since it's just a reworking of the original C++ implementation
you might want to change the highlighing and delays, maybe even add highlighting in a couple of places i missed (comparisons in the merge)
i made its stack 512 ints instead of 2048 bytes, but maybe it could be configurable to simulate different int sizes
might add merge sweep sort later

@landfillbaby
Copy link
Author

landfillbaby commented Jun 5, 2020

@MusicTheorist MusicTheorist merged commit ce3d815 into MusicTheorist:master Jun 5, 2020
@landfillbaby
Copy link
Author

i messed up some idefinitions of len when merging the 2 functions in 6bc05ff

@MusicTheorist MusicTheorist added documentation Improvements or additions to documentation enhancement New feature or request fixed Reported bug was fixed question Further information is requested labels Jun 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request fixed Reported bug was fixed question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants