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

Fixed bucket sort #46

Merged
merged 1 commit into from
Mar 16, 2015
Merged

Fixed bucket sort #46

merged 1 commit into from
Mar 16, 2015

Conversation

nodirt
Copy link
Contributor

@nodirt nodirt commented Jun 17, 2013

k is number of buckets, not the maximum number in the input

A proper implementation uses only O(n) of space by using linked lists for
buckets.

k is number of buckets, not the maximum number in the input

A proper implementation uses only O(n) of space by using linked lists for
buckets.
ericdrowell added a commit that referenced this pull request Mar 16, 2015
@ericdrowell ericdrowell merged commit d712b4a into ericdrowell:master Mar 16, 2015
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

Successfully merging this pull request may close these issues.

2 participants