📃🔍 C++ implementation of two link analysis algorithms: PageRank (Google) by Sergey Brin and Lawrence Page and HITS (Ask.com) by Jon Kleinberg.
-
Updated
Oct 3, 2022 - C++
📃🔍 C++ implementation of two link analysis algorithms: PageRank (Google) by Sergey Brin and Lawrence Page and HITS (Ask.com) by Jon Kleinberg.
Parallel Implementation of HITS algorithm with Non Uniform Distribution of Hub and Authority Values.
Implementation of prior searching algorithms used by search engines named PageRank Algorithm, HITS Algorithm, SALSA Algorithm and Randomized HITS Algorithm. This project has been done as an academic project of 3rd semester.
The goal of this project it to provide a tool to build new ranker easily and to compare them with existing ones in terms of results overlapping.
Add a description, image, and links to the hits-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the hits-algorithm topic, visit your repo's landing page and select "manage topics."