Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gauravdhoot2608/search_engine

This assignment builds a basic data structure underlying search engines - an inverted index, to answer some simple search queries.
https://github.com/gauravdhoot2608/search_engine

avl-tree data-structures hashmap inverted-index java linked-list object-oriented-programming search-engine

Last synced: 30 days ago
JSON representation

This assignment builds a basic data structure underlying search engines - an inverted index, to answer some simple search queries.

Awesome Lists containing this project

README

        

# Search_Engine
* Building a basic data structure underlying search engines - an inverted index, to answer some simple search queries.

* Problem_Statement.pdf contains the details of the code and the format for all possible input queries.

* actions.txt is given as input to the file checker.java.

* answer.txt contains the expected output for the provided actions.txt file.