Description: we will design and implement a mini search engine that is used to search through a set of 50 documents and a set of sample queries. The data structures used for storing is vector and array. The algorithm in this project is two times traversal. The documents store will eliminate the stop words. The purpose of this project is to provide an overview of how a search engine works and gain hands-on experience in using data structure.
To Search:
File list (Check if you may need any files):
Project.cpp