We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798a246 commit 4629c76Copy full SHA for 4629c76
sorts/stooge_sort.py
@@ -1,7 +1,7 @@
1
-def stoogesort(arr):
+def stooge_sort(arr):
2
"""
3
>>> arr = [2, 4, 5, 3, 1]
4
- >>> stoogesort(arr)
+ >>> stooge_sort(arr)
5
>>> print(arr)
6
[1, 2, 3, 4, 5]
7
0 commit comments