Trie data structures - Java

JJunior picture JJunior · Sep 27, 2010 · Viewed 56.3k times · Source

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

Any help would be great!

Thanks.

Answer

Arc picture Arc · Sep 27, 2010

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