We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0febf9c commit 61c3c13Copy full SHA for 61c3c13
README.md
@@ -16,6 +16,7 @@
16
- [Bubble Sort](https://github.com/Zircoz/Sorting-Algorithms-in-Python/blob/master/bubbleSort.py)
17
- [Counting Sort](https://github.com/Zircoz/Sorting-Algorithms-in-Python/blob/master/counting_sort.py)
18
- [Heap Sort](https://github.com/blackeye735/Sorting-Algorithms-in-Python/blob/master/Heapsort.py)
19
+- [Bucket Sort](https://github.com/Zircoz/Sorting-Algorithms-in-Python/blob/master/bucket_sort.py)
20
21
## Proposed List of Sorting Algos:
22
0 commit comments