资源列表
[数据结构常用算法] Qinck_Sort_Classic
说明:算法导论上的快速排序经典算法实现。用动态数组vector实现,调试通过。大家可以看一下。自己写的。-Introduction to the algorithm on the classic Quick Sort algorithm. Vector with dynamic array implementation, debugging through. We can look at. Wrote it myself.<cherry> 在 2025-07-17 上传 | 大小:1.11mb | 下载:0
[数据结构常用算法] ArtiAnomalyG
说明:自己编写的一个小算法 用于weka中,数据预处理-I have written for a small weka algorithm, the data pre-processing<bj> 在 2025-07-17 上传 | 大小:5kb | 下载:0
[数据结构常用算法] SqList_insert
说明:用VC++实现数据结构中:在指定的位置上,线性表的插入 -Using VC++ implementation: ~ linear table data structure insertion<huang20> 在 2025-07-17 上传 | 大小:8kb | 下载:0
[数据结构常用算法] data~structure
说明:用VC++实现数据结构中~删除递增单链表中相同的节点。-Using VC++ implementation of data structures increased ~ delete the same single-node list.<huang20> 在 2025-07-17 上传 | 大小:9kb | 下载:0
[数据结构常用算法] bmsearch_src
说明:BM关键字查找算法,在用于查找子字符串的算法当中,BM(Boyer-Moore)算法是目前相当有效又容易理解的一种,一般情况下,比KMP算法快3-5倍。-BM keyword search algorithm used in the sub-string search algorithm which, BM (Boyer-Moore) algorithm is quite effective and easy to understand A, under normal circumstances<jiangjun> 在 2025-07-17 上传 | 大小:10kb | 下载:0
[数据结构常用算法] KnapsackProblem
说明:0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.<王若> 在 2025-07-17 上传 | 大小:154kb | 下载:0
[数据结构常用算法] Josephus
说明:编号为1,2,3,……,n的n个人按顺时针方向围坐一圈。任选一个正整数作为报数上限m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。-Numbered 1,2,3, ... ..., n of n individuals according to a clockwise direction around a circle. Choose a positive integer as the<许奇龙> 在 2025-07-17 上传 | 大小:1kb | 下载:0