Skip to content

serhangursoy/PageRank-Go

Repository files navigation

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.

About

PageRank Algorithm Implementation with Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages