资源列表

« 1 2 ... .97 .98 .99 .00 .01 2002.03 .04 .05 .06 .07 ... 2656 »

[数据结构常用算法rbTree

说明:红黑树的插入删除,旋转,前驱和后继等操作都有实现。-in this source file ,we have realized the insertion,deletion and rotation,predecess and successor operations
<lixiaobo> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法dir-biao

说明:这是一个C++设计的动态数组顺序表类,帮助别人学习C-This is a dynamic array class C++ order table designed to help others learn C++
<姜雪峰> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法longestPalindrome

说明:求最长回文子串 第一种解法:动态规划(内存分配较多,且时间复杂度为O(n^2))第2种解法:Manacher算法-Find the longest palindrome substring First Solution: Dynamic Programming (memory allocation more, and the time complexity is O (n ^ 2)) The second solution: Manac
<> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法zuixiaoshengchengshusuanfa

说明:通过数组的方式创建网,然后分别用克鲁斯卡尔和普里姆算法求得最小生成树-Create network by means of an array, and then separately in kruskal minimum spanning tree algorithm and she obtained
<> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法AutoAssi

说明:三叉树源,三叉树可以有效地处理数据的查询,尤其是数据字典-Triple Tree source, trigeminal trees can efficiently process the query data, especially data dictionary
<jingyu> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法Binary-tree-shortest-path-summation

说明:这是一个数据结构中二叉树的最短路径求解的问题的源代码打包,代码简明易懂,方便初学者的学习-This is a binary tree data structure for solving the shortest path problem' s source code package, code easy to understand, easy for beginners to learn
<陈新> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法depth-first-traversal

说明:这是一个数据结构中二叉树的邻接链表的建立以及广度优先遍历和深度优先遍历的算法,对于初学者来说,这样的算法简单易懂,非常容易上手-This is to establish and breadth of a binary tree data structure adjacency list first traversal and depth-first traversal algorithm, for starters, this algo
<陈新> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法0203

说明:利用赫夫曼树的编码思想,构造一个完整的赫夫曼编码系统。 要求如下: ①从键盘读入字符集大小n,以及n个字符和n个权值,建立赫夫曼树,然后对赫夫曼树进行编码,输出结果。 ②使用上述字符集创建一个任意的明文,对该明文进行编码,输出该明文的电文序列。 ③利用上述创建的编码集合,输入任意的电文序列,输出该电文的明文。-Use Huffman coding tree thinking, construct
<Lr> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法Kruskal-dlg

说明:Kruskal_最小生成树算法 图 树 算法-Kruskal Minimum_spanning_tree
<赵金文> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法The-shortest-path

说明:用Dijkstra算法和Floyd算法实现最短路径,代码比较详细。-To realize the shortest path
<郭武楠> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法RootRing

说明:用坐标验证带头节点的链表例题。其中的输入格式和方法,在运行中会有提示。-Coordinate validation of the lead in the linked list node. The input format and method which, in operation will prompt.
<陈琛> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法arithmetic

说明:数据结构中利用堆栈来实现日常中的四则运算-Use the stack data structure to achieve the daily operation of the four
<苗丹丹> 在 2024-11-01 上传 | 大小:2048 | 下载:0
« 1 2 ... .97 .98 .99 .00 .01 2002.03 .04 .05 .06 .07 ... 2656 »

源码中国 www.ymcn.org