This project implements a 26-way Trie data structure to manipulate and manage strings efficiently.Then inserts all words to the trie from the given txt file.
java hashing autocomplete trie priority-queue suffix prefix hashtable txt object-oriented-programming command-line-interface singly-linked-list prefix-search linear-probing prefix-trie trie-data-structure suffix-search full-auto-complete reverse-auto-complete r-way-trie
-
Updated
Jun 28, 2024 - Java