资源列表

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

[数据结构常用算法EX_SORT

说明: 先用内排序对随即产生的内n个3位数的整数排好序,存放在一个文件中, 共产生m个有序文件,然后对这m个文件利用败者树进行多路平衡归并, 得到一个有n*m个三位数的有序文件。-First in order to then generated within the n-3-digit integer row good order, stored in a document, generate a total of m
<方宇浩> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法SPFA

说明:求单源最短路的SPFA算法的全称是:Shortest Path Faster Algorithm。   从名字我们就可以看出,这种算法在效率上一定有过人之处。 -For single-source shortest path algorithm for the full name of the SPFA is: Shortest Path Faster Algorithm. From the name we can see
<方宇浩> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法SourFile

说明:高效率的并查集。 使用rank来优化。-Efficient and check collection. To optimize the use of rank.
<方宇浩> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法BiTree

说明:动态建立二叉树,先序遍历和按层遍历建立二叉树的算法。-Dynamic establishment of binary tree, the first layer traversal and by the establishment of binary tree traversal algorithms.
<蔡茂蓉> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法LIST_LCOURSE

说明:这是一个顺序列表的基本操作,调试好的,可以作为数据结构中的基本操作直接来用。-This is a chronological list of the basic operation, debug good data structure can be used as the basic operation of direct use.
<> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法sorting

说明:通过10个固定的数字,简单的实现基本的基数排序-Through a fixed number of 10, the simple realization of the basic sort of base
<溺所至> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法heapsort

说明:从最后一个非叶子结点开始从后往前进行调整,保证了根下的所有子树都是最大堆,最后对根进行调整,使整棵二叉树为最大堆,保证了根结点为整棵数的最大值点,完成了建堆的过程,再将根结点跟最后一个结点进行交换,如此反复操作,则堆排序就完成了,其中堆排序的过程采用了满二叉树的概念。-From the final of a non-leaf node after the move began to be adjusted to ensure that
<溺所至> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法partner_choose

说明:题目:假设在周末舞会上,男士和女士进入舞厅时,各自排成一队。跳舞开始时,依次从男队和女队的队头上各出一人配成舞伴。若两队初始人数不相同,则较长的那一队中未配对者等待下一轮舞曲。现要求写一算法模拟上述舞伴配对问题。-Topic: the assumption that dance over the weekend, the men and women to enter the ballroom, the respective line u
<Furby> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法erchashu

说明:这也是本人上学期学数据结构是做的 各种搜索方式都有 我的心血啊 分享了 哈哈!-This is my last semester data structure is to do a variety of ways to search the hard work I have shared ah ha ha!
<haha> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法BiTreeLib

说明:二叉树头文件 用以实现二叉树-Header files for the realization of binary tree binary tree
<ggg> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法USACO3.2.5

说明:【USACO3.2.5】魔板 ,经典ACM题,采用BFS-[] USACO3.2.5 magic board, ACM Classic title, the use of BFS
<liziyu> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法BFS+hash

说明:ACM入门题,BFS + hash 的使用与结合-ACM entry title, BFS+ Hash use and combination of
<liziyu> 在 2025-01-11 上传 | 大小:1kb | 下载:0
« 1 2 ... .12 .13 .14 .15 .16 117.18 .19 .20 .21 .22 ... 2656 »

源码中国 www.ymcn.org