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

Bucket Sort #1590

Closed
vrandachag opened this issue Dec 17, 2020 · 1 comment
Closed

Bucket Sort #1590

vrandachag opened this issue Dec 17, 2020 · 1 comment

Comments

@vrandachag
Copy link
Contributor

🚀 Feature

Bucket Sort is a sorting algorithm that works by distributing the elements of an array into a number of buckets. Each bucket is then sorted individually, either using a different sorting algorithm, or by recursively applying the bucket sorting algorithm.

Have you read the Contributing Guidelines on Pull Requests?

Yes!

Motivation

Bucket sort is mainly useful when input is uniformly distributed over a range.

Pitch

Bucket Sort is useful for sorting of floating data types.

@vrandachag
Copy link
Contributor Author

I would like to add C++ program for this issue. Please assign this to me.

ErzaTitania-2001 added a commit to ErzaTitania-2001/NeoAlgo that referenced this issue Dec 19, 2020
ErzaTitania-2001 added a commit to ErzaTitania-2001/NeoAlgo that referenced this issue Dec 19, 2020
@vrandachag vrandachag mentioned this issue Dec 24, 2020
1 task
JayantGoel001 pushed a commit to JayantGoel001/NeoAlgo that referenced this issue Dec 31, 2020
JayantGoel001 pushed a commit to JayantGoel001/NeoAlgo that referenced this issue Dec 31, 2020
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