Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 258 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 258 Bytes

A Simple Rust PageRank Implementation Example

Just inplement louridas/pagerank cpp part in Rust.

Testing

./target/debug/pagerank-rs -t -n -a 0.85 -c 0.00001 -s 40000 -m 10 -d " " -f ./data/barabasi-40000.txt