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