Function NetworKit::GraphTools::maxInDegree

Function Documentation

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

Returns the maximum in-degree of the graph.

Parameters:

G – The input graph.

Returns:

The maximum in-degree of the graph.