Vidyalelo
Data Structure · Q49

String Matching

Programming · Data Structure · question 49

Q49

What is the space complexity of quick search algorithm?

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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board