1.

What is the space complexity of quick search algorithm?

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


Discussion

No Comment Found