回朔法之图着色问题

给定无向连通图G=(V,E),求最小的整数m,用m种颜色对G中的顶点着色,使得任意两个相邻顶点着色 // 0515.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> using namespace std; static int arc[10
相关文章
相关标签/搜索