Skip to content

AlexPerathoner/PageRank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page Rank implemention

A simple implementation of the Page Rank algorithm

How it works

General equation:

formula

See the article on wikipedia for more info.

How to use

Click anywhere on the screen to place a node.
Select two nodes, one after the other, to create a link.

Live implementation here.

License

Do whatever you want with this project.