Search code examples
javadata-structurestrie

Trie data structures - Java


Is there any library or documentation/link which gives more information of implementing Trie data structure in java?

Any help would be great!

Thanks.


Solution

  • You could read up on Java Trie or look at trie.