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

Computer Science Exercises are loading ...