/PageRank-Go

PageRank Algorithm Implementation with Go

Primary LanguageGo

Pagerank Algorithm

This is a simple Go library to use Pagerank algorithm in most efficient way. We tried to use float32 rather than using float64 because we want our Pagerank algorithm not only calculation-type efficient but also resource-allocation type of efficient as well. Working demo here

Feel free to contact with us if you spot any problem.