Smartmind
.global
What is the time complexity of merge sort in the average case when the array has n elements?
O(log n)
O(n log n)
O(n^2)
O(n)
Data Structures and Algorithms Exercises are loading ...