搜索资源列表
MaxClique
- 回朔法解决最大团问题:G的最大团是指G中所含顶点数最多的团-back Schomburg France's largest corporations to solve the problem : G the largest group G is contained in a maximum number of vertices the league
maxclique
- 最大团算法,附带实例
MaxClique
- 回朔法解决最大团问题:G的最大团是指G中所含顶点数最多的团-back Schomburg France's largest corporations to solve the problem : G the largest group G is contained in a maximum number of vertices the league
MaxClique
- 算法分析与设计中的最大团问题,程序给出了详细的说明,下载可以直接运行-Algorithm analysis and design of the maximum clique problem, the program gives a detailed descr iption, download can be run directly
MaxClique
- Miscrosoft Visula Studio .NET + C++求解最大团问题,并比较了求解最大团问题的几种算法。-Miscrosoft Visula Studio. NET+ C++ solve the maximum clique problem, and compared the maximum clique problem solving algorithms.
MaxClique
- 解决最大团问题的源码,算法课程上的具体实现-Source to solve the maximum clique problem, the algorithm realization on the course
MaxClique
- 给定一个带权图,本程序可以求解图中的最大团-to find the maxclique in the given graph
MaxClique
- 介绍maxclique理论的相关应用研究和实际案例,非常适合初学者的掌握。-Introduction maxclique theoretical research and practical applications related to the case, very suitable for beginners to master.
Introcuction_on_MaxClique
- 介绍maxclique理论的相关应用研究和实际案例,非常适合初学者的掌握。同时对于专业研究人员有很高参考价值。-Introduction maxclique theoretical research and practical applications related to the case, very suitable for beginners to master.
MaxClique
- 常规的最大团算法,使用java语言编写,附带测试用例-it s a program of maxclique
MaxClique
- 利用回溯解决最大团问题,编译通过,代码正确-Use backtracking to solve the maximum clique problem, compiled by correct code
MaxClique
- 分支界限法解决最大团问题,编译通过,代码正确-Branch and bound method to solve the maximum clique problem, compiled through the correct code
MaxClique.java
- 回溯法求解最大团问题,时间复杂度为O(n*2^n)。(The backtracking method is used to solve the maximum clique problem with a time complexity of O (n*2^n).)