Skip to content

farukarakaya/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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%