Question-36
Algorithms
Merge Sort
Time complexity
A list of n strings, each of length n is sorted in lexicographical order using the Merge Sort algorithm. What is its time complexity?
Assume that comparing strings lexicographically takes \(O(n)\).
NoteAnswer