Skip to content

A basic implementation of the Trie data structure for bit strings, written in Java.

Notifications You must be signed in to change notification settings

duncangrubbs/trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Trie

A basic implementation of the Trie data structure for bit strings, written in Java.

To Compile

javac src/*.java

To Run

java -cp src Main

Methods:

  • new Trie()
  • insert(String data)
  • search(String data)

About

A basic implementation of the Trie data structure for bit strings, written in Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages