Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b08a35c

Browse files
authoredOct 16, 2024··
Update adaptive_merge_sort.py
1 parent ddfcaec commit b08a35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sorts/adaptive_merge_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def adaptive_merge_sort(sequence: list) -> list:
1+
def adaptive_merge_sort(sequence: list) -> list:
22
"""
33
Sorts a list using the Adaptive Merge Sort algorithm.
44

0 commit comments

Comments
 (0)
Please sign in to comment.