1.

What is the complexity of Merge Sort?

A. O(n2 log n)
B. O(n log n)
C. O(n2)
D. O(n)
Answer» C. O(n2)


Discussion

No Comment Found