资源列表
[数据结构常用算法] SuffixTree
说明:后缀树,在字符串查找过程中有重要用途,算法复杂度为O(m)-Suffix tree, string search process has an important purpose, the complexity of the algorithm is O (m)<dreamboy> 在 上传 | 大小:511kb | 下载:0
[数据结构常用算法] BackpackTH(1)
说明:退火算法实现0/1背包问题求解,java编写,eclipse中编写,工程文件齐全,界面清楚,运行结果正确-Annealing algorithm to achieve the 0/1 knapsack problem solving, writing java eclipse write engineering documents, clear interface, the results are correct<李梦> 在 上传 | 大小:7.75mb | 下载:0
[数据结构常用算法] string-line
说明:线性表的一些简易操作:建表、插入、删除、查找、逆置、显示、销毁,使用主函数测试。 创建表L 依次插入元素5,6,8,9,3,14后,显示表中所有元素 查找元素9的位置i,并删除位置i的元素9 逆置表元素后,再显示 销毁表-some simble actions on string lines under Visual C++.<王> 在 上传 | 大小:1kb | 下载:0