diff --git a/README.md b/README.md index 776b09c..16a90cb 100644 --- a/README.md +++ b/README.md @@ -1,12 +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