Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gauravdhoot2608/search_engine
- Owner: GauravDhoot2608
- Created: 2023-01-29T20:27:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T20:34:00.000Z (almost 2 years ago)
- Last Synced: 2024-02-11T13:28:31.895Z (10 months ago)
- Topics: avl-tree, data-structures, hashmap, inverted-index, java, linked-list, object-oriented-programming, search-engine
- Language: Java
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.