Vidyalelo
Data Structure · Q50

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 50

Q50

Which statement is correct of suffix tree with a string of length n?

A.
The tree has n leaves.
Answer
B.
The tree has n roots
C.
Height of Tree is n
D.
Depth of tree is n

Answer: Option A

Solution

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