资源列表

« 1 2 ... .15 .16 .17 .18 .19 2320.21 .22 .23 .24 .25 ... 2656 »

[数据结构常用算法5_addtion

说明:递归与非递归算法同时实现了二叉树的前序,中序,后序遍历。-Recursive and non-recursive algorithm while achieving a pre-order binary tree, in sequence, after the traversal.
<veronica> 在 2024-11-15 上传 | 大小:409kb | 下载:0

[数据结构常用算法Simple-polynomial-calculator

说明:简易的多项式加减乘除计算器,可以计算两个多项式的加减乘除,及多项式在某一点处的值-Simple polynomial arithmetic calculator, you can calculate the two polynomial arithmetic, and polynomial value at a point of
<杨静> 在 2024-11-15 上传 | 大小:850kb | 下载: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-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法atoi

说明:atoi函数的实现,注意溢出和 ( -01 256)类似字符串-realize atoi function, attention overflow and (-01,256) similar string
<> 在 2024-11-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Regular_Expression_Matching

说明:正则表达式的匹配,是leetcode中的算法题-Regular expression matching is the algorithm in question leetcode
<> 在 2024-11-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Josephus

说明:一个经典的约瑟夫环游戏算法,每个人抽到的数都不同-A classic game Josephus algorithm, the number of each person are different pumped
<杨静> 在 2024-11-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法lengthOfLongestSubstring

说明:求最长不重复子串,利用哈希表求解的,leetcode中的题目-Not repeated for the longest substring, use a hash table to solve the
<> 在 2024-11-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法TreeView

说明:森林的实现代码,一个多叉树数据遍历,水平顺序遍历。-forest structure
<陈怀杰> 在 2024-11-15 上传 | 大小:1.21mb | 下载:0

[数据结构常用算法path

说明:求迷宫的最短路径,设计一个算法找一条从迷宫入口到出口的最短路径。-Find the shortest path maze design an algorithm to find a shortest path from the entrance to the maze exit.
<尚一斐> 在 2024-11-15 上传 | 大小:14kb | 下载:0

[数据结构常用算法Joseph.tar

说明:使用递归建立单循环链表,解决joseph问题, 使用C编写,可在linux下,使用make编译,运行 -Use recursion to establish round robin list, joseph solve problems
<chen> 在 2024-11-15 上传 | 大小:8kb | 下载:0

[数据结构常用算法5th_graph0518cg.tar

说明:图的邻接矩阵跟邻接表的创建,遍历等,核心是深度优先遍历DFS和广度优先遍历BFS,其中广度优先遍历使用了队列,bfs写了两种方式,详情可以查看注释。使用gcc编译,-Adjacency matrix with the adjacency list creation, traversal, depth-first traversal of the core DFS and breadth-first traversal BFS, brea
<chen> 在 2024-11-15 上传 | 大小:10kb | 下载:0

[数据结构常用算法largerdataprocess

说明:大数据快速处理方法,能够用数组储存结果,示例中求2的1000次方,能在很短的时间内完成,并且不需占用太大的内存-Rapid processing of large data methods can use an array to store the results, sample 1000 seeking a power of 2, can be completed within a very short time, and witho
<> 在 2024-11-15 上传 | 大小:6kb | 下载:0
« 1 2 ... .15 .16 .17 .18 .19 2320.21 .22 .23 .24 .25 ... 2656 »

源码中国 www.ymcn.org