Skip to content

Commit 4629c76

Browse files
authored
Just added underscore in the name
1 parent 798a246 commit 4629c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sorts/stooge_sort.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
def stoogesort(arr):
1+
def stooge_sort(arr):
22
"""
33
>>> arr = [2, 4, 5, 3, 1]
4-
>>> stoogesort(arr)
4+
>>> stooge_sort(arr)
55
>>> print(arr)
66
[1, 2, 3, 4, 5]
77
"""

0 commit comments

Comments
 (0)