Skip to content

BrianBFarias/PageRank-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PageRank Algorithm

This program is based off a simplified version of Googles PageRank algorithm where the web is represented by a graph

First number represents the following number of lines and the second number represnts the power iteration of the matrix mulitplication

Sample Input

7 2
google.com gmail.com
google.com maps.com
facebook.com ufl.edu
ufl.edu google.com
ufl.edu gmail.com
maps.com facebook.com
gmail.com maps.com

Decimals represent the ranking of the websites

Sample Output

facebook.com 0.20
gmail.com 0.20
google.com 0.10
maps.com 0.30
ufl.edu 0.20

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors