Vidyalelo
Data Structure · Q71

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 71

Q71

What is a time complexity for finding the longest substring that is repeated in a string?

A.
O (log n!)
B.
Ɵ (n!)
C.
O (n2+ n1)
D.
Ɵ (n)
Answer

Answer: Option D

Solution

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