Skip to content

Releases: krunalmk/TriePDC

TriePDC

18 Nov 18:21
25609a0
Compare
Choose a tag to compare

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