资源列表
[数据结构常用算法] huolangdan
说明:货郎担算法,属于大学课程算法分析和设计的一个实验题目-Traveling salesman algorithm, university courses are an algorithm analysis and design of experimental subjects<jack> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] triangulation.tar
说明:对于不带洞多边形的三角剖分算法,速度比较快,但是不是最优剖分-fast triangulation method,but not perfect,maybe strange triangles!very long triangle!<pengyun> 在 2025-06-15 上传 | 大小:14kb | 下载:0
[数据结构常用算法] Triangulation2d
说明:另一种快速三角划分算法,也是很快,但是没有优化。-very fast method,but not the best!!!!<pengyun> 在 2025-06-15 上传 | 大小:337kb | 下载:0
[数据结构常用算法] 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<lancy> 在 2025-06-15 上传 | 大小:3kb | 下载:0
[数据结构常用算法] 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<lancy> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] clist-1.5.4-release
说明:CList是一个标准C++的列表存储和维护的模板库,它所有的类都在一个头文件里,而且位于同一个命名空间。压缩包里有详细的文档说明怎么使用这个库。-CList is a list storage and manipulation template library written in standard C++. All classes can be included with#include <ta0kira/clist.hpp> after the library is instal<james> 在 2025-06-15 上传 | 大小:166kb | 下载:0
[数据结构常用算法] EditPDistance
说明:edit distance.字符串之间编译距离,包括插入,删除,替换。 -edit distance<yy> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] statistical-problem
说明:Descr iption: 计算机似乎生来就是干苦力的,不是吗?统计就是这种苦力中的一种,而如果你运气不好,刚好碰到有很多重复数据的时候,就更加令人感到乏味。那么,你的任务来了。现在,给你一列数 A1, A2, … An 。然后要你回答,对于给定的区间,里面到底有多少个不重复的数。 Input: 一个整数 T (T <= 10) ,表示有 T 组测试数据。 每组数据第一行是数 N (1 <= N <= 30000) 。 第二行有 N 个数 A1 A2 …<沙魄郎君> 在 2025-06-15 上传 | 大小:9kb | 下载:0