Vidyalelo
Data Structure · Q68

String Matching

Programming · Data Structure · question 68

Q68

What is the time complexity of the Quick search algorithm?

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

Answer: Option C

Solution

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