搜索资源列表
09
- 设计一个求解图着色的问题的算法,(不可以用贪心算法)及用贪心算法设计一个TSP问题-Design a plan for solving the problem coloring algorithm, (can not use greedy algorithm) and greedy algorithm design using a TSP problem
Greedy-algorithm
- 贪心算法法,算最优活动安排,主要体现贪心算法思想。-The greedy method, the optimal arrangements
qishibianli
- 这是一个骑士遍历问题,但是采用了< vector> 技术和贪心算法。速度大大提高。输入一个坐标 X Y ,(0< x,y< 7),程序会判断出遍历线路-This is the ergodicity of a knight, but a < vector> Technology and greedy algorithm. Speed greatly increased. Coordinates to enter a " XY" , (0 < x,y&l
GPSR
- GPSR贪心算法路由协议NS2的相关代码,包括NS2的脚本文件和无线传感器网络的移动节点仿真模拟。-GPSR greedy algorithm routing protocol NS2 related code, including the NS2 scr ipt file and wireless sensor network simulation of mobile nodes.
Python-Algorithms-master
- ##Python-Algorithms "Python Algorithms: Mastering Basic Algorithms in the Python Language" ##Python算法教程 - [第1章 引言](/Chapter1) - [第2章 基础知识](/Chapter2) - 第3章 计数初步 - 第4章 归纳,递归及归简 - 第5章 遍历:算法学中的万能钥匙 - 第6章 分解,合并,解决 - 第7章 贪心有理吗?请证