A divide-and-conquer sorting technique that splits the array into halves, recursively sorts each half, and then merges the sorted halves.
A divide-and-conquer sorting technique that splits the array into halves, recursively sorts each half, and then merges the sorted halves.