Table of Contents
Graph()
DiGraph()
MultiGraph()
MultiDiGraph()
Auto-generated API
networkx.algorithms.coloring.
strategy_random_sequential
Returns a random permutation of the nodes of G as a list.
G
G is a NetworkX graph. colors is ignored.
colors