mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-23 15:09:49 +00:00
Update adaptive_merge_sort.py
This commit is contained in:
parent
ddfcaecb77
commit
b08a35c5d8
@ -1,4 +1,4 @@
|
|||||||
def adaptive_merge_sort(sequence: list) -> list:
|
def adaptive_merge_sort(sequence: list) -> list:
|
||||||
"""
|
"""
|
||||||
Sorts a list using the Adaptive Merge Sort algorithm.
|
Sorts a list using the Adaptive Merge Sort algorithm.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user