Skip to content
/ PageRank Public

Implementation of the PageRank algorithm with Java

Notifications You must be signed in to change notification settings

ktoiv/PageRank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published