1.

What is the time complexity of the Quick search algorithm?

A. O(n)
B. O(log n)
C. O(m+n)
D. O(mn)
Answer» D. O(mn)


Discussion

No Comment Found