资源列表
[数据结构常用算法] binary_tree
说明:使用C++/C语言实现的二叉树,希望对数据结构学习者有所帮助。-Using C++/C language implementation of a binary tree, and I hope to help learners data structure.<xuezheng> 在 2024-11-15 上传 | 大小:5kb | 下载: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
[数据结构常用算法] Regular_Expression_Matching
说明:正则表达式的匹配,是leetcode中的算法题-Regular expression matching is the algorithm in question leetcode<杜> 在 2024-11-15 上传 | 大小:1kb | 下载:0