Which of the following statements about Merge Sort is accurate?
It is an in-place sorting algorithm.
It is a recursive algorithm.
It has a worst-case time complexity of O(n^3).
It is not stable.

Data Structures and Algorithms Übungen werden geladen ...