资源列表
[数据结构常用算法] datastruct
说明:现在有一个英文字典,单词量很大,达到100多万的单词,而且还有很多重复的单词。 单词(词组)检索,字符串哈希,hash散列算法,Trie树结构-Now there is an English dictionary, the word is large, reaching more than 100 million words, but there are many duplicate words. Word (phrase) sea<帕克> 在 2024-11-13 上传 | 大小:10.5mb | 下载:0
[数据结构常用算法] kmp.cpp.tar
说明:自己写的KMP,供大家参考使用,参照前辈的博客-->http://www.cnblogs.com/dolphin0520/archive/2011/08/24/2151846.html-Write your own KMP, for reference use, reference predecessors blog-> http://www.cnblogs.com/dolphin0520/archive/2011/08/2<权威> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] key_ListInArray
说明:3. 利用折半查找算法在有序表中插入一个元素,并保持表的有序性。在ListInArray工程中添加新接口int ListInsert_Binary(LIST &L, DataType item)实现上述功能。-3. Use binary search algorithm to insert an element in the ordered table, and keep ordering table. Adding a new int<黄瑜琳> 在 2024-11-13 上传 | 大小:4kb | 下载:0
[数据结构常用算法] 3-1FloorCover
说明:中科院算法作业,2*1的地板块覆盖3*n的地板有多少种方案-Arithmetic operations, ground plate 2* 1 3* n the floor covering many kinds of programs<jason> 在 2024-11-13 上传 | 大小:3.87mb | 下载:0
[数据结构常用算法] CPPk-means
说明:K-MEANS算法实例,可以用于数据聚类分析,现成的源代码-K-MEANS algorithm instance, can be used for data clustering analysis, existing source code<lujun> 在 2024-11-13 上传 | 大小:30kb | 下载:0
[数据结构常用算法] snakenumber
说明:蛇形数 输入n ,输出蛇形数,如n=4时,输出 10 11 12 1 9 16 13 2 8 15 14 3 7 6 5 4 -Enter the number of snake n, the number of output snake, such as n = 4, the output 10 11 1,219,161,328,151,437,654<pj> 在 2024-11-13 上传 | 大小:191kb | 下载:0