资源列表
[数据结构常用算法] Merge-sort
说明:归并排序是建立在归并操作上的一种有效的排序算法。-Merge sort is based on the operation of an efficient merge sort algorithm.<xf> 在 2025-07-21 上传 | 大小:1kb | 下载: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/24/2151846.html<权威> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[数据结构常用算法] establishment-and-traversal
说明:数据结构图的建立与遍历,广度遍历,深度遍历-Data structure of the establishment and traversal, traverse the breadth and depth traversal<butterfly> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[数据结构常用算法] calculator
说明:运用堆栈算法实现的可执行计算器,能够计算除 函数外的计算。-Executable stack algorithm using calculator can calculate calculate except outside the function.<butterfly> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Josephus
说明:约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Josephus is the application of a mathematical problem: Given n individuals (with numbers 1,2,3 ... n, respectively) sitting around a<butterfly> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Tree-traversal
说明:树的遍历。树的缩格打印、先根遍历,中根遍历,后根遍历的递归非递归调用,交换左右子树递归调用。-Tree traversal. Tree indent printing, the first root traversal, traversing root, root recursive traversal non-recursive calls, switching left and right subtrees recursively.<butterfly> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[数据结构常用算法] yemiandiaodusuanfa
说明:3种页面置换调度算法 先进先出(FIFO) 最近久未使用(LRU) 最佳(OPT)置换算法-Three kinds FIFO page replacement scheduling algorithms (FIFO) recent lack of use (LRU) Best (OPT) replacement algorithm<颜灏澜> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[数据结构常用算法] baoshu
说明:报数问题。n个人围成一圈,1,2,3循环报数,报到3的人退出。到最后只余1人,输出最后留下的是第几号(最初的序号,以1起始)。压缩包内共三种方法。-Reported several problems. n personal circle, 1,2,3 newspaper circulation numbers, to report three people quit. To the final with only one person, the output of the last to lea<沐阳浸月> 在 2025-07-21 上传 | 大小:1kb | 下载:0