Merge Sort
Algorithm
Split the list into the smallest components.
Compare adjacent elements and perform swaps placing elements in order.
Continue to merge the partitions until the list is sorted.
Worst case:
Best case:
Average case:
Space complexity:
for a table,
for a list.
Implementations
fuss/algorithms/sorting/merge_sort.txt ยท Last modified: 2022/04/19 08:28 by 127.0.0.1