Smartmind
.global
What is the worst-case time complexity of merge sort?
O(n^2)
O(n log n)
O(n)
O(n^3)
Data Structures and Algorithms Exercises are loading ...