Which of the following is true about the trie?
Posted: Wed Jul 13, 2022 7:43 pm
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
b) path from root to the leat yields the string
c) children of nodes are randomly ordered
d) each node stores the associated keys