Table of Contents
Graph()
DiGraph()
MultiGraph()
MultiDiGraph()
Auto-generated API
networkx.algorithms.coloring.
strategy_largest_first
Returns a list of the nodes of G in decreasing order by degree.
G
G is a NetworkX graph. colors is ignored.
colors