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

Zig-zag sort #21

Open
hoytech opened this issue Sep 22, 2017 · 4 comments
Open

Zig-zag sort #21

hoytech opened this issue Sep 22, 2017 · 4 comments

Comments

@hoytech
Copy link
Contributor

hoytech commented Sep 22, 2017

Just adding a ticket to point to this post, which may have another algorithm we could implement:

https://rjlipton.wordpress.com/2014/04/24/galactic-sortning-networks/

I haven't had a chance to look at it in detail.

@Morwenn
Copy link

Morwenn commented Sep 22, 2017

I tried to look at that algorithm once. While the main structure looked simple enough, the quirks seem to live in the Reduce function. I didn't try to implement the algorithm in the end, but it didn't seem to be trivial.

@hoytech
Copy link
Contributor Author

hoytech commented Sep 22, 2017

@Morwenn -- Ahh thanks for the info, I only scanned it briefly.

@jgamble
Copy link
Owner

jgamble commented Sep 22, 2017

Thank you!

My weekend (and the rest of today) is completely booked, so I won't be able to look this over until next week.

@hoytech
Copy link
Contributor Author

hoytech commented Sep 23, 2017

Thanks John, there's nothing to look over immediately, I just wanted to drop the link here for the sake of reference. If you haven't already seen it, you may find it interesting.

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

3 participants