MCQOPTIONS
Saved Bookmarks
| 1. |
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 |
| Answer» C. children of nodes are randomly ordered | |