资源列表
[数据结构常用算法] The-child-king
说明:编程序,使用链表来实现如下问题:有12人围坐成一圈(沿顺时针方向依次编号为1到按规则淘汰其中11人后(沿顺时针方向每当数到k时,那一人员就被"淘汰出局"),输出最后所剩那一个人的编号,并输出淘汰过程的"中间结果数据"。-Programmed, use the list to achieve the following issues: 12 people sitting in a circle (clockwise direction are numbered 1 to rules elimina<王伟> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] POJ-1890-Switching-Channels
说明:POJ 1890 Switching Channels. 搜索算法的练习题。-POJ 1890 Switching Channels. Exercises of the search algorithm.<刘小明> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] kmp
说明:实现KMP算法 1、构建主串S和子串T,采用定长存储结构实现 2、编写主程序调用KMP算法,测试不同的输入数据S和T,输出的结果(输出模式串T的next值,以及T在S中的定位函数值。-KMP algorithm 1 to construct the main string S and substring T, using fixed-length storage structure 2, the preparation of the main program calls the KMP<dd> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] DataMining
说明:读入,更改EXCEL数据,做出计算!一些函数的调用实现!-read and write data from ms excel,caculate them and use some particular functions<741262008cjz> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] jicha
说明:给定n个正整数数列,进行如下操作:每次删去两个数 a和b,添加1个数 a*b+1,直到只剩1个数N。在所有的这样的N中,有1个最大Max的和最小的Min,M=Max-Min是极差。设计程序计算 M -Given n positive integers, proceed as follows: each time deleting two numbers a and b, add a number of a* b+1 until only a number of N. All this N,<yan> 在 2025-07-22 上传 | 大小:1kb | 下载:0