Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit167 authored May 21, 2017
1 parent 1399da1 commit 5e608be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counting_sort.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def counting_sort(arr):
"""
Couting_sort
Counting_sort
Sorting a array which has no element greater than k
Creating a new temp_arr,where temp_arr[i] contain the number of
element less than or equal to i in the arr
Expand Down

0 comments on commit 5e608be

Please sign in to comment.