What is the time complexity of merge sort in the average case?
O(n^2)
O(n log n)
O(n)
O(2^n)

Data Structures and Algorithms Übungen werden geladen ...