marichka-dobko / PageRank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PageRank

Task from MMDS course. Finding ranks for web pages using web-Google graph.

Data

ALGO

Pseudocode (from Stanford course MMDS):

RUN

Example to run the program (Linux):

python main.py ./web-Google.txt 0.85 0.0001 875713 5105039 10

About


Languages

Language:Python 100.0%