Skip to content

TriePDC

Latest
Compare
Choose a tag to compare
@krunalmk krunalmk released this 18 Nov 18:21
· 10 commits to main since this release
25609a0

Searches words in a directory for given prefix using Trie data structure and indexing of files which is stored in the form of JSON.
Key features:

  1. Indexes the text files in the directory and stores it in JSON format.
  2. Trie class defined.
  3. Trie used to search words in JSON file and show the output.

Full Changelog: https://github.com/krunalmk/TriePDC/commits/v1.0