pedrobiqua/Search_Engine
Search Engine is a project that implements a basic search engine using Wikipedia pages. The core functionality is developed in C++, with additional components in Python and Cython. It builds a reverse index and uses the PageRank algorithm to rank pages, providing efficient search results based on keyword relevance and page importance.
Python