资源列表
[数据结构常用算法] algo4
说明:实验中我们使用了四种方法进行串匹配,通过对相同的文本和相同的模式串进行四种不同算法的串匹配操作,比较四种算法的优劣。-Experiment we used four methods for string matching, through the same text and the same pattern for four different algorithms string matching operation to compare the merits of the four algor<董灏> 在 2025-06-17 上传 | 大小:773kb | 下载:0
[数据结构常用算法] 18d1208184282-a-largefloat
说明:一个很叨 的算法作业,很强大的源代码 很强大的源代码很强大的源代码-A very garrulous operation of the algorithm, it is a powerful source code is a powerful source code is a powerful source code<zhang> 在 2025-06-17 上传 | 大小:15kb | 下载:0
[数据结构常用算法] yanghuisanjiao
说明:再给大家提供一个数据结构练习的程序,用队列实现了杨辉三角,有兴趣研究下-U.S. to give practice to provide a data structure of the procedure, with the Yang Hui triangle queue realize, are interested in study<孙斌> 在 2025-06-17 上传 | 大小:100kb | 下载:0
[数据结构常用算法] LookUpDictionary
说明:一个快速,高效的字典查询软件。采用改进的红黑树的搜索算法。-A fast, efficient software dictionary query. Improved red and black tree search algorithm.<Liberty> 在 2025-06-17 上传 | 大小:288kb | 下载:0
[数据结构常用算法] swiftordering
说明:从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对划分后的前一部分和后一部分递归调用. 算法平均时间复杂度: O(nlogn) -Any check from the array element p (can be random access, and now to take the first example). To P as the main element of the<朱洁> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] integratingordering
说明:归并排序:将数组划分为小数组,通过局部的有序合并,解决问题 算法平均时间复杂度: O(nlogn) -Merging Sort: The array is divided into a small array, in an orderly manner through the partial merger, the average time algorithm to solve the problem complexity: O (nlogn)<朱洁> 在 2025-06-17 上传 | 大小:1kb | 下载:0