Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 272 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 272 Bytes

PageRank

Instructions

Compile:

$ make

Run:

$ bin/pagerank [matrix size] [matrix density]
  • Matrix size: Int between 3 to 10000000
  • Matrix density: Int between 0 to 100. It's a percentage.

example

$ bin/pagerank 100000 50