Q54
What is a time complexity for finding the longest prefix that is common between suffix in a string?
A.
Ɵ (n)
B.
Ɵ (n!)
C.
Ɵ (1)
AnswerD.
O (log n!)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board