Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 316 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 316 Bytes

Pagerank

Build Status

Pagerank in Julia. An experiment in pagerank on graphs in the order of billions of edges. Currently tested with over half a billion edges.

Uses the power iteration on a sparse matrix.