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

Implement Shell sort #13

Open
hoytech opened this issue Feb 16, 2016 · 3 comments
Open

Implement Shell sort #13

hoytech opened this issue Feb 16, 2016 · 3 comments

Comments

@hoytech
Copy link
Contributor

hoytech commented Feb 16, 2016

If we add a shell sort implementation I think we'll have pretty much all the "classic" algorithms covered.

I think I have a print-out of Pratt's Shellsort and Sorting Networks somewhere, I'll see if I can dig it up and send a pull request...

@jgamble
Copy link
Owner

jgamble commented Feb 17, 2016

Good idea. Let me know if there's anything I can add.

@jgamble
Copy link
Owner

jgamble commented Mar 16, 2016

Okay, #6 (Make the module object-oriented) is done (bearing in mind there's still clean-up to do).

It's a massive change, so If you have a shell sort implementation done already, I'd just extract the code to a separate file, pull down the new master, and then create a new branch for the shell sort code.

@hoytech
Copy link
Contributor Author

hoytech commented Mar 16, 2016

I haven't got a chance to work on it yet, so no worries!

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