Skip to content

Commit 5e608be

Browse files
authored
Fixed typo
1 parent 1399da1 commit 5e608be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

counting_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def counting_sort(arr):
22
"""
3-
Couting_sort
3+
Counting_sort
44
Sorting a array which has no element greater than k
55
Creating a new temp_arr,where temp_arr[i] contain the number of
66
element less than or equal to i in the arr

0 commit comments

Comments
 (0)