资源列表
huolangdan
- 货郎担算法,属于大学课程算法分析和设计的一个实验题目-Traveling salesman algorithm, university courses are an algorithm analysis and design of experimental subjects
triangulation.tar
- 对于不带洞多边形的三角剖分算法,速度比较快,但是不是最优剖分-fast triangulation method,but not perfect,maybe strange triangles!very long triangle!
Triangulation2d
- 另一种快速三角划分算法,也是很快,但是没有优化。-very fast method,but not the best!!!!
ks4
- 实现了对一组数组(不少于8个数)进行快速排序功能,并记录比较次数和交换次数,显示其要求等功能-To achieve a set of arrays (number not less than 8) for quick sorting, and record the number of comparisons and the exchange number, display its requirements and other functions
comparing-the-output-in-alphabetical
- 用c++语言编程实现了输入n个国家名,按字母比较后输出排序后的国家名-Using c++ programming language, the input of n country name, after comparing the output in alphabetical order after the country name
beibao
- 用贪心法解决背包问题:设有不同价值、不同重量的物品n件,求从这n件物品中选取一部分物品的方案, 使选中的物品的总重量不超过指定的限制重量,但选中物品的价值之和最大。-Knapsack problem with a greedy method to solve: with different values, different weights of items n pieces, find items from n items in the select part of the program
qsort
- 本程序实现了快速排序的功能 在速度上有优化,界面简洁-sort function
EditPDistance
- edit distance.字符串之间编译距离,包括插入,删除,替换。 -edit distance
statistical-problem
- Descr iption: 计算机似乎生来就是干苦力的,不是吗?统计就是这种苦力中的一种,而如果你运气不好,刚好碰到有很多重复数据的时候,就更加令人感到乏味。那么,你的任务来了。现在,给你一列数 A1, A2, … An 。然后要你回答,对于给定的区间,里面到底有多少个不重复的数。 Input: 一个整数 T (T <= 10) ,表示有 T 组测试数据。 每组数据第一行是数 N (1 <= N <= 30000) 。 第二行有 N 个数 A1 A2 …
matrix
- 矩阵求逆算法,用于简单C/C++编程,通过简单C实现的矩阵求逆算法过程。-inverse of matrix
qpl
- 实现字符的全排列,C++ 源代码,如 输入a,b,c,就会输出全排列:aa,bb,cc,ab,ac,bc-Achieve full array of characters, C++ source code, such as the input a, b, c, it will output the whole array: aa, bb, cc, ab, ac, bc
Algorithm-Design-and-Analysis
- 算法设计与分析 作者:曹长虎 算法引论-Algorithm Design and Analysis
