Function NetworKit::GraphTools::maxWeightedDegree

Function Documentation

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

Returns the maximum weighted out-degree of the graph.

Parameters:

G – The input graph.

Returns:

Maximum weighted degree of the graph.