package
0.0.0-20241223090118-035fcd7fed56
Repository: https://github.com/ibiscum/hands-on-software-engineering-with-golang.git
Documentation: pkg.go.dev

# Functions

NewCalculator returns a new Calculator instance using the provided config options.

# Structs

Calculator executes the iterative version of the PageRank algorithm on a graph until the desired level of convergence is reached.
Config encapsulates the required parameters for creating a new PageRank calculator instance.
IncomingScoreMessage is used for distributing PageRank scores to neighbors.