Schlaukopf
.ai
What is the time complexity of the merge step in merge sort?
O(log n)
O(n log n)
O(n)
O(n^2)
Data Structures and Algorithms Exercises are loading ...