GraphTheory
MinimumDegree
minimum degree
MaximumDegree
maximum degree
Calling Sequence
Parameters
Description
Examples
MaximumDegree(G)
MinimumDegree(G)
G
-
undirected graph
MaximumDegree returns the largest degree of the graph.
MinimumDegree returns the smallest degree of the graph.
A graph is regular if its minimum degree is equal to its maximum degree.
See Also
Degree
DegreeSequence
IsRegular
Trail
Download Help Document