Add the code for bucket sort in any language ( C, C++, Java, Go, Python or any other)
The code should be placed at code/sorting/quick sort
Note: multiple contributors can work on this issue as it has multiple parts (languages)
Your pull request will be reviewed by maintainers instantly.
For contribution guidelines, see this
If you need any help, let us know.
I would do it for c and javascript
Adding quicksort for java.
Implementing it in c++
what do u expect to do in js..
just a function or an html file
or returning it via console.log???
A JavaScript function will do.
I will add quicksort in Go language. 馃憤
Adding Quick Sort in C#