We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1383d9 commit ee4c6c1Copy full SHA for ee4c6c1
sorts/bubble_sort.py
@@ -73,7 +73,6 @@ def bubble_sort_recursive(collection: list[T]) -> list[T]:
73
return bubble_sort_recursive(collection)
74
75
76
-
77
if __name__ == "__main__":
78
import doctest
79
from random import sample
0 commit comments