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 bc810e9 commit e1b5792Copy full SHA for e1b5792
sorts/bubble_sort.py
@@ -8,7 +8,6 @@ def bubble_sort_iterative(collection: list[Any]) -> list[Any]:
8
comparable items inside
9
:return: the same collection ordered in ascending order
10
11
-
12
Examples:
13
>>> bubble_sort_iterative([0, 5, 2, 3, 2])
14
[0, 2, 2, 3, 5]
0 commit comments