An open API service indexing awesome lists of open source software.

https://github.com/faustogerman/Ranker

A visualization tool for the PageRank algorithm.
https://github.com/faustogerman/Ranker

graph-mining pagerank visualization

Last synced: 7 months ago
JSON representation

A visualization tool for the PageRank algorithm.

Awesome Lists containing this project

README

          

# Ranker
A PageRank Visualizer

[https://ranker.faustogerman.com](https://ranker.faustogerman.com)

### Examples
- [Spider Trap](https://ranker.faustogerman.com/?graph=A:A,B,C,D,F,H;M:A,C,K,D;P:O,A,B,R;E:H;H:E,G;G:H;B:F)
- [Binary Tree](https://ranker.faustogerman.com/?graph=A:B,C;B:D,E;C:F,G;D:H,I;E:J,K;F:L,M;G:N,O)
- [Strongly Connected Graph](https://ranker.faustogerman.com/?graph=A:B;B:C,A;C:B)