Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PageRank

This project is a course work project for course TKT20010 Laboratory work for algorithms and data structures

Implementation of the PageRank algorithm with Java

How to run project

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

Documentation

Specification

Implementation

Testing

Javadoc

Code coverage

Weekly reports

Currently the projects main class will count the PageRank values for the following graph:

GRAPH

Currently it is assumed that the weight of every edge is 1.

About

Implementation of the PageRank algorithm with Java

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages