max_degree#

max_degree(graph)#

Returns the largest degree found in the graph

Parameters:

graph (GraphView) – The graph view on which the operation is to be performed.

Returns:

The largest degree

Return type:

int