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.
- Host: GitHub
- URL: https://github.com/faustogerman/Ranker
- Owner: faustogerman
- License: apache-2.0
- Created: 2021-11-21T02:46:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T04:50:43.000Z (almost 4 years ago)
- Last Synced: 2025-07-10T21:11:27.794Z (8 months ago)
- Topics: graph-mining, pagerank, visualization
- Language: TypeScript
- Homepage: https://ranker.faustogerman.com
- Size: 2.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)