Merge: lib/graphs: introduce PageRank computation on digraphs
authorJean Privat <jean@pryen.org>
Fri, 16 Oct 2015 12:19:39 +0000 (08:19 -0400)
committerJean Privat <jean@pryen.org>
Fri, 16 Oct 2015 12:19:39 +0000 (08:19 -0400)
Implement famous Google's `PageRank` algorithm for directed graphs.

Ping @ablondin

Pull-Request: #1706
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Blondin Massé <alexandre.blondin.masse@gmail.com>


Trivial merge