Skip to content

Commit 9d42a8c

Browse files
author
sharanabasava-05
committed
fix PR checklist formatting
1 parent 9cdac15 commit 9d42a8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sorts/bubble_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def bubble_sort_iterative(collection: list[Any]) -> list[Any]:
5050
5151
Pure implementation of bubble sort algorithm in Python
5252
:param collection:....
53-
:return:...
53+
:return:....
5454
5555
Time Complexity:
5656
Best Case: O(n)

0 commit comments

Comments
 (0)