Which of the following is true about the trie?
(a) root is letter a
(b) path from root to the leat yields the string
(c) children of nodes are randomly ordered
(d) each node stores the associated keys
This intriguing question originated from Trie topic in section Trie of Data Structures & Algorithms I
I had been asked this question during an online exam.