MarwanGalal746 / Inverted-Index-Algorithm

Inverted index is an index data structure storing a mapping from content, such as words or numbers, to its locations in a document or a set of documents. In simple words.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Inverted-Index-Algorithm

Inverted index is an index data structure storing a mapping from content, such as words or numbers, to its locations in a document or a set of documents. In simple words, it is a Hashmap like data structure that directs you from a word to a document or a web page.

Clone the project

git clone https://github.com/MarwanGalal746/Inverted-Index-Algorithm

About

Inverted index is an index data structure storing a mapping from content, such as words or numbers, to its locations in a document or a set of documents. In simple words.


Languages

Language:Java 100.0%