algorithms Merge sort... Greg Bouwens 03 Feb 2022 Here are the basic characteristics: Divide and conquer algorithm Stable NOT in place Running time is always O(n log n)