Function NetworKit::GraphTools::maxDegree

Function Documentation

count NetworKit::GraphTools::maxDegree(const Graph &G)

Returns the maximum out-degree of the graph.

Parameters:

G – The input graph.

Returns:

The maximum out-degree of the graph.