Skip to content

Commit ef01688

Browse files
committed
Added Bucket Sort implementation
1 parent e8a36b1 commit ef01688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sorts/bucket_sort.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
# Author: OMKAR PATHAK
23
# This program will illustrate how to implement bucket sort algorithm
34

0 commit comments

Comments
 (0)