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)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board