Which sorting algorithm is faster-05722
Which sorting algorithm is faster
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.5.
Which sorting algorithm is faster
O (n+k)
O n^2
O (n log n)
O n^3