Vidyalelo
Data Structure · Q48

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 48

Q48

What is a time complexity for x pattern occurrence of length n?

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

Answer: Option D

Solution

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