Inverted-Index-Search-Engine
Implementation of a search engine using the inverted index method.
In the GUI interface, you can choose your preferred data structure from Trie, Hash, Balanced BST and Balanced TST to start searching.
You can also add, delete, or update a file from the list of searching files.
When you search your desired word or sentence, list of all files including your search will be shown on the screen.
By clicking on the History button all of the past activities will be printed.
Data Structures Project1, December 2016.