Question
Which data structure or concept is best described as a tree that stores keys by sharing common prefixes?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Trie
Explanation:
Trie is a tree that stores keys by sharing common prefixes.
This description distinguishes it from the other choices.
Leave a Reply