This project is a course work project for course TKT20010 Laboratory work for algorithms and data structures
Implementation of the PageRank algorithm with Java
An executable .jar file can be downloaded here
Gradle is needed for this project to run.
From Project root first do:
gradle build
and then
gradle run
Currently the projects main class will count the PageRank values for the following graph:
Currently it is assumed that the weight of every edge is 1.