/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.

Primary LanguageJava


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