Show / Hide Table of Contents

Namespace QuikGraph.Algorithms.VertexColoring

Classes

VertexColoringAlgorithm<TVertex, TEdge>

Algorithm that walk through a graph and color vertices with the minimum number of colors possible.

In This Article
Back to top QuikGraph