搜索资源列表
caitou
- 贪心算法解决分割问题 给定一定的宽度,和N个输入(宽度) 得出最小的宽度-greedy algorithm to solve the segmentation problem must set the width and N input (width) reached the minimum width
colorprogram
- 着色问题,通过贪心算法实现,个人认为还比较经典
mataqipan
- 马踏棋盘的贪心算法,8*8棋盘,基本上不用回溯。-horse riding chessboard of the greedy algorithm, 8 * 8 chessboard, basically not retroactive.
BTGame
- AStar2006 的3.变态比赛规则的一种算法.采用贪心算法,效率比较高.-AStar2006 the three. Competition rules perverts the algorithm. Greedy algorithm more efficient.
tanxisuanfa_huochuanzhuangxiang
- vb环境,下用贪心算法编的货船装箱问题。
活动安排问题
- 贪心算法实现活动安排问题-greedy algorithm activities arrangements
NinePortPuzzle
- 一个田字型的九个交叉点,一笔画连接起来,算法采用贪心算法,比较好的达到了时间和空间上的问题。
appointment
- 贪心算法的应用,类似与会议安排,选择最优的方式利用时间
dividablepackage
- 此程序是使用Java编写的,实现了可分割的0/1背包问题。程序主要是是使用了经典的贪心算法,能够很好的解决此问题。
TIANJISAIMA
- 田忌赛马 acm 试题! 采用了贪心算法! 还加了DP
Debug
- 贪心算法,8皇后问题
哈夫曼编码,最优前缀码的贪心算法
- 哈夫曼编码,最优前缀码的贪心算法,平均码长最短,Huffman codes, optimal prefix code of the greedy algorithm, the shortest average code length
GreedyBag
- 贪心算法求背包问题,分别求出了三种标准1. 按效益值由大到小取物品. 2. 按重量值由小到大取物品 3.按比值pi/wi的值由大到小取物品 其中第3种是最优解-Greedy algorithm for knapsack problem, respectively, obtained three standard 1. Press-effective value of descending and remove things. 2. By weight the value of items
dijkstra_suanfa
- dijkstra 这是用C语言实现的贪心算法 看这个程序前最好先看看图形说明-Dijkstra this is achieved using C language greedy algorithm to see this process take a look at the graphics before the best descr iption
Kruskal
- 最小生成树的Kruskal实现用贪心算法设计策略设计出构造最小生成树的有效算法-Kruskal
OnlineAlgorithm
- 在线算法的实现:包括Blance算法、混合型算法及贪心算法-Online algorithms to achieve: Blance algorithm, hybrid algorithm and greedy algorithm
tanxin
- 王晓东《算法设计与分析》(第3版)贪心算法章节的源码 本人参考书中内容自己写的,绝对可以运行-Design and analysis of Wang Xiaodong " algorithm " (Third Edition ) Chapter I greedy algorithm source code reference book to write their own, absolutely can run
qichejiayou
- 贪心算法解决汽车加油问题,题目为算法设计题目册的贪心算法那一章-Greedy algorithm to solve the problem of vehicle refueling, algorithm design topics titled book chapter greedy algorithm
tanxin
- 使用C语言,利用贪心算法解决经典的旅行商问题,手动输入城市间的距离矩阵,输出最佳路径-Using the C language, the greedy algorithm to solve the classic traveling salesman problem, manually enter the distance matrix between cities, the best path output
The-greedy-algorithm
- 贪心算法,最小生成树实例方便初学者学习使用的。-Greedy algorithm, minimum spanning tree instance easy for beginners to learn to use.