How much time merge sort takes for an array of numbers-05696
How much time merge sort takes for an array of numbers?
This multiple choice question (MCQ) is related to the book/course vu cs502 Fundamentals of Algorithms. It can also be found in vu cs502 Mid Term - Quiz No.2.
How much time merge sort takes for an array of numbers?
T(n^2)
T(n log n)
T(n)
T( log n)