Function NetworKit::GraphTools::maxWeightedInDegree

Function Documentation

edgeweight NetworKit::GraphTools::maxWeightedInDegree(const Graph &G)

Returns the maximum weighted in-degree of the graph.

Parameters:

G – The input graph.

Returns:

Maximum weighted in degree of the graph.