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
AnswerC.
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