资源列表

« 1 2 ... .70 .71 .72 .73 .74 375.76 .77 .78 .79 .80 ... 2656 »

[数据结构常用算法Fibonacci

说明:斐波那契数的三种方法性能比较,分别是矩阵法,自底向上法和直接递归法-three fibonacci methods
<宋晓晖> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法kruskal

说明:K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树-K ruskal algorithm each time you select n-1 edges, using criteria of greed: from the left side, select a loop with no mini
<黄京> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法prim

说明:算法简介:Prim算法用于求无向图的最小生成树  设图G =(V,E),其生成树的顶点集合为U。    ①、把v0放入U。    ②、在所有u∈U,v∈V-U的边(u,v)∈E中找一条最小权值的边,加入生成树。    ③、把②找到的边的v加入U集合。如果U集合已有n个元素,则结束,否则继续执行②。    其算法的时间复杂度为O(|E|log|V|)-Introduction to Algorithms: Prim alg
<黄京> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法01package

说明:关于背包问题的实现,很好的代码,希望我们一起学习。-Knapsack problem on the realization of good code, I hope we learn together.
<李晴> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法tancs

说明:这是快速排序程序,希望能给你们一些帮助。仅此而以,在下能力有限,还望指正-It can help you to understand the quick sort
<Kevin> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法daffodil

说明:1、一个三位数是否为水仙花数 2、两个数范围里有几个水仙花数-1、judge a three-integer number 2、count daffodil numbers between two limists
<oky> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法sort

说明:给出快速排序、希尔排序、冒泡排序、选择排序和插入排序的实现并给出测试用例-Gives quick sort, shell sort, bubble sort, selection sort and insertion sort implementation and test cases are given
<陈波> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法h34

说明:用c++语言描述的 用链表存储的 判断字符串左右是否对称-whether string is equal
<侯庆丽> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法C

说明:数据结构与算法 实现两个单链表相间合并 完整程序 可运行-Data structures and algorithms to achieve a complete merger phase two single linked list program can run
<陈丰薪> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法fafu1198

说明:FAFU(福建农林大学)1198小三大作战的题解,用的是最大流EK算法。-FAFU (Fujian Agriculture and Forestry University) 1198 small three operations problem solution, using a maximum flow EK algorithm.
<李华> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法binary-tree

说明:一个完整的二叉树运行程序,调试过无任何问题-A complete binary tree is running the program, had no problems debugging
<xf> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法6-53-1

说明:在外部排序中,实现替代选择算法构造初始顺串-In the external sort, the realization of alternative algorithms construct an initial string along
<tyq> 在 2025-01-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .70 .71 .72 .73 .74 375.76 .77 .78 .79 .80 ... 2656 »

源码中国 www.ymcn.org