diff --git a/sorts/bucket_sort.py b/sorts/bucket_sort.py index a8fe614cc..e378d65f4 100644 --- a/sorts/bucket_sort.py +++ b/sorts/bucket_sort.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # Author: OMKAR PATHAK # This program will illustrate how to implement bucket sort algorithm