Skip to content

wtesler/Trie-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Trie-Java

Author: Will Tesler

Trie data structure implementation for Java

Trie.java is the class that represents the data structure

SparseArray.java is a java implementation of a sparse array

libs/trove.jar is a required library used by SparseArray.java

Make sure you include trove.jar in your build path when setting your environment!

Trie currently supports the following operations:

putWord(String word); getWord(String word); getSuperWords(String partial);

About

Trie data structure implementation for Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages