min_degree#

min_degree(graph)#

Returns the smallest degree found in the graph

Parameters:

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

Returns:

The smallest degree found

Return type:

int