/VertexColoring

相鄰不同色的塗色問題。這裡所用到的算法來自「舊的塗色問題、新的計算方法」。A vertex coloring is an assignment of colors to each vertex of a graph such that no edge connects two identically colored vertices.

Primary LanguageSwift

塗色問題 (Vertex Coloring)

相鄰不同色的塗色問題。這裡所用到的算法來自「舊的塗色問題、新的計算方法」。

A vertex coloring is an assignment of colors to each vertex of a graph such that no edge connects two identically colored vertices.