/TrieMap

Tries are efficient data structures for search operations. Essentially, it is a map, meaning that you will store key-value pairs.

Primary LanguageJava

TrieMap