# 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.