Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
364 stars 618 forks source link

Bucket Sort [Algorithm] C++ #1199

Open somya51p opened 3 years ago

somya51p commented 3 years ago

Bucket Sort Algorithm

Bucket sort is mainly useful when input is uniformly distributed over a range. For example, Sort a large set of floating point numbers which are in range from 0.0 to 1.0 and are uniformly distributed across the range. Here we can use bucket sort to solve the problem efficiently.

The program would be implemented in C++ language.

I request mentors to assign me this issue for GSSOC '21.

saurav7488 commented 3 years ago

I am a participant in GSSOC 2021 I would love to do this using c++. Please assign this to me!

Naman-12911 commented 3 years ago

Hello sir , I want to solve this issue please assign me.

purohitmansi commented 3 years ago

Please assign this to me.