Prefix trie’s are cool data structures that let you compress a dictionary of words based on their shared prefix.
Share this post
Building a prefix trie
Share this post
Prefix trie’s are cool data structures that let you compress a dictionary of words based on their shared prefix.