资源列表

« 1 2 ... .76 .77 .78 .79 .80 2181.82 .83 .84 .85 .86 ... 2656 »

[数据结构常用算法find

说明:数据结构中的顺序表和数表的查找算法。基本思想:从表的一端开始,顺序扫描线性表,依次将扫描到的结点的关键字与给定值k进行比较,若相等,则查找成功;若扫描到表的另一端仍没有找到与关键字k相等的结点,则查找失败。-Data structure in the order list and several forms of the search algorithm. The basic idea: to start from one end of
<wuyoudanbo> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法cwq

说明:课程学习中的实验 关于快速查找的例子。快速查找学号等-Experimental studies on the Quick Search example. Quick Find school, etc.
<陈文取> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法Prim

说明:数据结构学习过程中的实验 PRIM算法,简单了一点,但算法是很经典的-Data structure of the experimental learning process PRIM algorithm, a bit simple, but the algorithm is a classic
<陈文取> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法LAB_4

说明:树的遍历,采用非递归的方法对树进行中序遍历-Tree traversal, the use of non-recursive methods of tree traversal
<xuhaifeng> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法DFS

说明:深度优先算法,用深度优先来遍历树结构,能够取得很好的复杂度-Depth-first algorithm, using depth-first traversal tree structure to achieve a good complexity
<xuhaifeng> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法graph

说明:图的遍历,能够快速找到图中的最短路径,复杂度低-Graph traversal, can quickly find the shortest path map, low complexity
<xuhaifeng> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法linklist

说明:数据机构中的双向链表,可用来实现并集,并且是用c++编制-for(i=1 i<=link1.GetLengthofLink() i++) { int e=link1.GetElement(i) if(link2.LinkLocate(e)==0) { newnode=(struct node*)malloc(sizeof(struct node)) n
<姚依梦> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法sort

说明:介绍了三种排序与查找算法:选择排序算法,冒泡排序算法,折半查找法-selection sort,bubble sort,find
<Mary> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法c

说明:快速排序算法,次算法基于分支策略的排序算法,对于输入的数组按从小到大进行排序. 创建一个二叉树的二叉链表结构,然后输出从根结点到所有叶子结点的路径。-quick_sort and binary_tree
<Mary> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法kruskal1

说明:kruskal算法求解最小生成树  K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树。K r u s k a l算法分e 步,其中e 是网络中边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。-kr
<li chao> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法1717

说明:PKU1717-多米诺.DP实现,具体的转移方程可以看代码.-PKU1717-domino. DP realized, specific code can be seen the transfer equation.
<V-Jay> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法3497

说明:PKU3497-二分加贪心,具体算法详见代码~-Add PKU3497-II sub-greedy algorithm as detailed in the specific code ~
<V-Jay> 在 2024-09-20 上传 | 大小:1024 | 下载:0
« 1 2 ... .76 .77 .78 .79 .80 2181.82 .83 .84 .85 .86 ... 2656 »

源码中国 www.ymcn.org