资源列表

« 1 2 ... .12 .13 .14 .15 .16 1317.18 .19 .20 .21 .22 ... 2656 »

[数据结构常用算法tu

说明:遍历算法在数据结构中是最普通的运算方法也是所有其它算法的基础。由于图的遍历比线性表、树的结构的遍历算法要复杂,因此着重对图的遍历算法进行讨论, 具有更普遍的意义。图的遍历就是从图中指定的某顶点作为遍历的起始出发点, 按照一定搜索遍历路径, 对图中所有顶点仅作一次访问的过程。 根据搜索路径方向的不同, 遍历图的方法可分深度优先搜索遍历和广度优先搜索遍历, 又根据编制算法的方法不同, 可分为递归遍历算法和非递归遍历算法。 -Data structure traversal algorithm
<庄小虎> 在 2025-06-18 上传 | 大小:224kb | 下载:0

[数据结构常用算法xunxusuoyinchaxun

说明:数据结构 顺序表查询 是学习数据结构时做的实验 希望对大家有帮助-Query data structure in order to learn to do the experiment when the data structure we want to help
<飞舞> 在 2025-06-18 上传 | 大小:165kb | 下载:0

[数据结构常用算法chazhaoshiyan

说明:数据结构 数据查找实验 其中包括顺序查找 折半查找 索引顺序表函数 二叉排序树构造函数 二叉排序树查找函数 二叉排序树插入函数 -Experimental data to find data structure, including binary search index in order to find the order of the table function constructor binary sort tree to find the function b
<飞舞> 在 2025-06-18 上传 | 大小:229kb | 下载:0

[数据结构常用算法PAIXU

说明:数据结构实验 关于各种排序方法的 希望对您的学习有所帮助-Experimental data structure of hope on the various sorting methods will help you learn
<FEIWU2> 在 2025-06-18 上传 | 大小:221kb | 下载:0

[数据结构常用算法shujujiegou

说明:这是C++版本的数据结构,上好的复习数据结构的资料,很难得。-This is the C++ version of the data structure, data structure on a good review of the information hard to come by.
<李磊> 在 2025-06-18 上传 | 大小:2.05mb | 下载:0

[数据结构常用算法The-acheivement-of-Linklist

说明:实现单链表表上的各种操作:初始化,创建,输出元素,销毁,插入,删除,定位,求表长、“判空”,单链表排序,两个链表的归并以及“删除重复的元素”共计12个操作。-Single-linked list form on a variety of operations: initialization, create and output elements, destruction, insert, delete, locate, find the table length, " sub-space
<李锐> 在 2025-06-18 上传 | 大小:194kb | 下载:0

[数据结构常用算法The-achievement-SqList

说明:编写C(C++)应用程序,实现顺序表上的各自操作:初始化,创建,显示,销毁,插入,删除,定位,求表长、“判空”以及合并两个顺序表。-Write C (C++) application, the order form to achieve their respective operations: initialize, create, display, destruction, insert, delete, locate, find the table length, " sub-spa
<李锐> 在 2025-06-18 上传 | 大小:400kb | 下载:0

[数据结构常用算法Template-realize-list

说明:用模板实现通用链表类,看后对模板类收益匪浅-Use template achieve universal chain watches, looked for the template classes from this program
<曾小曾> 在 2025-06-18 上传 | 大小:20kb | 下载:0

[数据结构常用算法work

说明:find prime number, in C. It is easy way how test your skill and knowledge
<zydi> 在 2025-06-18 上传 | 大小:4kb | 下载:0

[数据结构常用算法paper_bits

说明:是一篇讲解ACM中,关于数位统计的优秀论文,结合具体比赛题目进行讲解。-ACM is an explanation in several statistics on excellent paper, with specific topics to explain race.
<kql> 在 2025-06-18 上传 | 大小:1.87mb | 下载:0

[数据结构常用算法04-greedy

说明:对贪心算法的详细讲解,对于学习贪心算法有很大的帮助。-Detailed explanation of the greedy algorithm, greedy algorithm for learning a great help.
<kql> 在 2025-06-18 上传 | 大小:149kb | 下载:0

[数据结构常用算法reverse_hashing

说明:定义hash函数H=x N,假设用线性搜索来解决collision。算法实现的是根据hash table来重建输入序列。-reconstruct the input sequence according to the given hash table. The hashing function :H(x)=x N,and using linear probing to solve collisions.
<郭函数> 在 2025-06-18 上传 | 大小:111kb | 下载:0
« 1 2 ... .12 .13 .14 .15 .16 1317.18 .19 .20 .21 .22 ... 2656 »

源码中国 www.ymcn.org