package
0.0.0-20230706072115-8b501b01151f
Repository: https://github.com/packtpublishing/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.