McqMate
Q. |
What is the worst case time complexity of a quick sort algorithm? |
A. | o(n) |
B. | o(n log n) |
C. | o(n2) |
D. | o(log n) |
Answer» C. o(n2) |
View all MCQs in
High Performance Computing (HPC)No comments yet