GraphTheory
DegreeSequence
degree sequence of graph
Calling Sequence
Parameters
Description
Examples
DegreeSequence(G)
G
-
graph
DegreeSequence returns a list of the degrees of the vertices of G. For directed graphs, the directions of the edges are ignored.
See Also
Degree
IsRegular
MinimumDegree
Trail
Download Help Document