Skip to content

Commit d8d15ed

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fa272a8 commit d8d15ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sorts/bubble_sort.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# Space Complexity: O(1)
55

66

7-
87
def bubble_sort_iterative(collection: list[Any]) -> list[Any]:
98
"""Pure implementation of bubble sort algorithm in Python
109

0 commit comments

Comments
 (0)