/SimpleSearchEngine_HyperSkill

Create your own search engine with indexing an array data. HyperSkill project.

Primary LanguageJava

SimpleSearchEngine_HyperSkill

Create your own search engine. Implementation of the idea of indexing an array of data to speed up further search. Applying the "Template method" pattern and implementing various search options: ALL, ANY, NONE.