Merge sort - mmedrano9438/peripheral-brain GitHub Wiki

is one of the most efficient sorting algorithms, Merge sort continuously cuts down a list into multiple sublists until each has only one item, then merges those sublists into a sorted list.