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:
- Indexes the text files in the directory and stores it in JSON format.
- Trie class defined.
- Trie used to search words in JSON file and show the output.
Full Changelog: https://github.com/krunalmk/TriePDC/commits/v1.0