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

Shell Sort: All complexities seem to be wrong #104

Open
murraycu opened this issue Feb 24, 2016 · 1 comment
Open

Shell Sort: All complexities seem to be wrong #104

murraycu opened this issue Feb 24, 2016 · 1 comment

Comments

@murraycu
Copy link

The time complexities for Shell Sort on bigocheatsheet.com are now nothing like the ones listed on the wikipedia page:
https://en.wikipedia.org/wiki/Shellsort

Incidentally, bigoref.com seems to have this mostly right, but not completely:
josem/bigoref#3

@romain-dartigues
Copy link

Most sorts algorithms are analysed on http://sortvis.org/ and http://sorting.at/; they could be used as reference ?

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

2 participants