资源列表
[数据结构常用算法] 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
[数据结构常用算法] 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
[数据结构常用算法] 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
[数据结构常用算法] arithmetic
说明:数据结构中利用堆栈来实现日常中的四则运算-Use the stack data structure to achieve the daily operation of the four<苗丹丹> 在 2024-11-01 上传 | 大小:2048 | 下载:0