lib/graphs: introduce PageRank computation on digraphs
authorAlexandre Terrasa <alexandre@moz-code.org>
Thu, 15 Oct 2015 21:31:56 +0000 (17:31 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Thu, 15 Oct 2015 21:31:56 +0000 (17:31 -0400)
commit05d48bb7b4285c13c03bffe676934298dcbbc469
tree915d40ff65974e4dc4cfe12c867f6ab42d230fc0
parentfe582589822b188a4f237cb714d43206c9324275
lib/graphs: introduce PageRank computation on digraphs

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
lib/graphs/pagerank.nit [new file with mode: 0644]