/IR_PageRank_HITS

C++ implementation of PageRank and HITS algorithms

Primary LanguageC++

IR_Project

Page rank / HITS computation

Compilation

Use make command in order to compile the software (Make file use -O3 and -std=c++20)

Usage

Execute ./IR_project with two parameters:

  • Graph Path: The path of the graph file
  • K: The top-k nodes to compute

Example: ./IR_Project ./data/web-Stanford.txt 100