GitHunt
DU

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

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)

Languages

Java100.0%

Contributors

Created October 24, 2019
Updated March 7, 2023