The average-case time complexity of the Quick Sort algorithm is:
O(n^2)
O(n log n)
O(n)
O(n^3)

Software Engineering Übungen werden geladen ...