Create README.md

This commit is contained in:
Nguyễn Đức Thắng 2020-06-14 10:10:44 +07:00 committed by GitHub
parent a3fcea9433
commit 73c665b08e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# PageRank
Pagerank algorithm and report
I implement pagerank algorithm using Python languge.
PageRank worked well for most of the datasets, but it worked best for datasets with Directed graphs. I use SNAP dataset to build graph.
Dataset: https://snap.stanford.edu/data/web-Stanford.html
Dataset constain 281903 nodes and 2312497 edges.
# Requirment
matplotlib
networkx 2.4
# How to run
run script pagerank.py :D
# Author
Nguyễn Đức Thắng (https://github.com/nducthang)