diff --git a/counting_sort.py b/counting_sort.py index b603690e2..57a682fc6 100644 --- a/counting_sort.py +++ b/counting_sort.py @@ -41,4 +41,5 @@ def counting_sort(arr): y = counting_sort(negative_array) print(x) print(y) +