You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If all vertices have the same degree (aka the same # of neighbors) a graph is regular.
Simple check: if maxDegree == minDegree then the graph is regular. Otherwise its not
perhaps this should be a helper that takes an instantiated graph object.
Add in graph regularity
If all vertices have the same degree (aka the same # of neighbors) a graph is regular.
Simple check: if maxDegree == minDegree then the graph is regular. Otherwise its not
perhaps this should be a helper that takes an instantiated graph object.
http://en.wikipedia.org/wiki/Regular_graph
The text was updated successfully, but these errors were encountered: