当前位置: 代码迷 >> fourcolord的解决方案
 
  • [原创]图4色问题

    [原创]图4色问题 #include<stdio.h>#include<string.h>#defineNG5typedefintTgraph[NG][NG];/*定义二维数组类型Tgraph*/ voidfourcolord(Tgraphg,intn,intm,int*sel,intt){/*递归输出所有结果*/inti,f;if(t==n)...

    430
    热度
上一页1下一页