Vidyalelo
Data Structure · Q106

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 106

Q106

What is a time complexity for finding frequently occurring of a substring of minimum length in a string?

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

Answer: Option A

Solution

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