Vidyalelo
Data Structure · Q68

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 68

Q68

For what size of nodes, the worst case of usage of space in suffix tree seen?

A.
n Nodes
B.
2n Nodes
C.
2n nodes
Answer
D.
n! nodes

Answer: Option C

Solution

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