Skip to content

jamesonhp95/PrefixTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PrefixTree

This project has a Trie2 class which contains TrieNodes that have a TreeMap of children associated with them. Then, after strings have been inserted into the tree as words, there are methods for printing the prefix tree sorted, and for obtaining a list of all words prefixed by a user inputted string.

About

This project is a Java implementation of a prefix tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages