mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-12 04:18:08 +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…
Reference in New Issue
Block a user