中文说明:
基于matlab的图着色程序,算法为贪心算法,将节点按照度从大到小排序,排序后先给度大的着色。
English Description:
Based on Matlab Graph Coloring program, the algorithm is greedy algorithm, the nodes are sorted from large to small according to degree, and then the nodes with large degree are colored first.