资源列表
[数据结构常用算法] zuixiaoshengchengshu
说明:用Kruskal算法求最小生成树,n个城市架设N—1条通讯网络-For the Minimum Spanning Tree with Kruskal, n cities set up communication network N-1 条<suming> 在 2025-07-26 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shujujiegou
说明:数据结构课程设计,倒排表,图书馆管理系统-Data structure course design, inverted table, the library management system<刘乐宝> 在 2025-07-26 上传 | 大小:2.08mb | 下载:0
[数据结构常用算法] Jorseve
说明:用于解决约瑟夫问题。堆栈方法。约瑟夫问题是个有名的问题:N个人围成一圈,从第一个开始报数,第M个将被杀掉,最后剩下一个,其余人都将被杀掉。例如N=6,M=5,被杀掉的人的序号为5,4,6,2,3。最后剩下1号。 -Joseph used to solve the problem. Stack method. Josephus problem is a well-known problem: N individual circle, starting from the first report n<张驰> 在 2025-07-26 上传 | 大小:166kb | 下载:0
[数据结构常用算法] zhebanchazhao
说明:折半查找的算法。将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 -Binary search algorithm. The series by ordering (ascending or descending) order, find the process of using leap way to find that the fi<张驰> 在 2025-07-26 上传 | 大小:167kb | 下载:0
[数据结构常用算法] data_struct
说明:400多页的数据结构PPT, 从线性表到图全部涵盖,最后还有几个实例算法. 写的非常好!! 请用WORD 2003/WORD 2007 /wps以只读方式打开.-400 pages of data structures PPT, from linear table to map all the covers and, finally, several examples of algorithms. Was very good!! Please use WORD 2003/WORD 2007/<Zy> 在 2025-07-26 上传 | 大小:7.33mb | 下载:0
[数据结构常用算法] Data_struct_all
说明:数据结构, 精华文档, 400多页. 从线性表到图,应有尽有, 还附带几个常见算法. 强力推荐.-Data structure, the essence of the document, 400 pages. From linear form to the chart, everything, also with several common algorithms. Highly recommended.<Zy> 在 2025-07-26 上传 | 大小:7.33mb | 下载:0
[数据结构常用算法] Test(2)
说明:用循环单链表实现: N个人围圆圈而坐,分别标以数字1到N。从坐在1号的位置的人开始依次传递土豆。M次传递之后,拿到土豆的人被排除,圆圈收缩,然后从离开圆桌的人后面的那个人开始继续游戏。游戏一直进行,直到留下最后一个人,为赢家。因此,如果M=0且N=5,所有的人依次被排除,5号最后胜利。如果M=1且N=5,排除的顺序为2,4,1,5. -Achieved with cyclic single-linked list: N individuals sitting around a circl<绿色萌芽> 在 2025-07-26 上传 | 大小:1kb | 下载:0