Skip to content

Commit 9e3cd71

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sorts/insertion_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def insertion_sort[T: Comparable](collection: MutableSequence[T]) -> MutableSequ
3030
:param collection: some mutable ordered collection with heterogeneous
3131
comparable items inside
3232
:return: the same collection ordered by ascending
33-
33+
3434
Time Complexity:
3535
Best Case: O(n)
3636
Average Case: O(n²)

0 commit comments

Comments
 (0)