Source code for networkx.algorithms.coloring

from networkx.algorithms.coloring.greedy_coloring import *
__all__ = ['greedy_color']