Vidyalelo
Data Structure · Q55

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 55

Q55

Which of the following is true about the trie?

A.
root is letter a
B.
path from root to the leat yields the string
Answer
C.
children of nodes are randomly ordered
D.
each node stores the associated keys

Answer: Option B

Solution

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