Vidyalelo
Data Structure · Q89

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 89

Q89

What is a time complexity for finding all the tandem repeats?

A.
Ɵ (n)
B.
Ɵ (n!)
C.
Ɵ (1)
D.
O (n log n + z)
Answer

Answer: Option D

Solution

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