搜索资源列表
LectureHalls.rar
- acm算法设计—会场安排问题! 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。) 对于给定的k个待安排的活动,编程计算使用最少会场的时间表。,acm algorithm design- the venue arrangements! Assume it to be enough room
greedyalgorithm.rar
- 利用贪心算法从而实现了任务调度问题的过程,Greedy algorithm- the task scheduling problem
setcover
- 贪心算法实现集合覆盖问题,不带权的集合覆盖问题,c++源码-Greedy algorithm set cover problem
01package
- 01背包问题的贪心法源代码 供给有需要的参考-01 knapsack problem greedy algorithm source code
0-1
- 0-1背包问题的贪心算法 希望对大家有帮助-0-1 knapsack problem the greedy algorithm would like to help everyone
Prim
- 这是一个构造最小生成树的Prim算法,是属于贪心算法的范畴。设G=(V,E)是连同带权图,V={1,2,3,...,n}。构造G的最小生成树。-This is a structure of Prim minimum spanning tree algorithm is a greedy algorithm category. Set G = (V, E) is, together with the weighted graph, V = (1,2,3 ,..., n). G of the min
greedy603
- 自己编写的一个背包问题的贪心算法,很好的学习工具。-I have written a knapsack problem of the greedy algorithm, a very good learning tool.
GreedyJob
- 任务时间表问题的贪心算法的代码,大家互相学习学习。 -Mandate a timetable for the issue of code greedy algorithm
tanxin
- 算法设计与分析中贪心算法C++实现代码 包括但愿最短路径问题,哈弗曼编码,整数最有分解,最小生成树,最优分解,删数问题等-Algorithm Design and Analysis of greedy algorithm in C++ code, including the realization of hope that the shortest path problem,哈弗曼coding, the most integral decomposition, minimum spanning
Algorithm
- 按照贪心算法根据贪心原则不同,所得到的左右解不同-Greedy algorithm based on greedy principles in accordance with different left and right solution obtained by different
Greedy
- 贪心算法C++程序。在对问题求解时,总是做出在当前看来是最好的选择-Greedy algorithm C++ program. In problem solving, always make the best choice at present appears to be
Greedy-algorithm
- 贪心算法法,算最优活动安排,主要体现贪心算法思想。-The greedy method, the optimal arrangements
greedy-algorithm
- 本程序是贪心算法的c++源程序,解决的是宿舍安排问题-greedy algorithm
greedy-algorithm-of-package
- 用C语言写的,实现的是用贪心算法来解背包问题,在VC++里可以编译运行-Written in C language, the realization of the greedy algorithm to solve knapsack problem, where you can compile and run in VC++
algorithm
- 包含了几个常见蛮力算法,贪心算法的经典例子,C++,Linux实现,如活动安排争夺共享资源,电梯安排提高使用效率等。-some classic algorithm implemented by myself, including greedy algorithm to implement shared resource arrangement for multi-activity,etc.
Greedy-Activity-Selector
- 算法设计与分析--活动安排问题,使用贪心算法实现-Algorithm Design and Analysis- Activities arrangements, using the greedy algorithm
Horse-riding-board-greedy-algorithm
- 马踏棋盘贪心算法的主要实现方式的源代码,为新手学习贪心算法提供便利-Horse riding board the main way to achieve the greedy algorithm source code, for beginners learning to facilitate the greedy algorithm
Greedy----water-home-equipment
- 贪心算法,喷水装置是一个练习贪心算法很好的实例-Greedy algorithm- water home equipment
greedy
- 对贪心算法的一些介绍,并通过“疯牛”这一acm题进行详细说明。-The example of greedy algorithm is described in detail by the example of mad cow.
GREEDY MAX-IS
- 最大独立集的贪心算法简易实现,可以快速求取节点数量较少的最大独立集问题。(An approximated greedy algorithm for Maximum Independent Set Problem)
