Use make
command in order to compile the software (Make file use -O3 and -std=c++20)
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