资源列表
2311
- 在一定的条件下,对于整数,时间复杂度为O(n+m)的排序算法-Time complexity is O (n add m) of the sorting algorithm
longest-substring
- 最长公共子序列递归算法,最长限制是10000字符-Longest common subsequence of a recursive algorithm, the maximum limit is 10,000 characters
perm
- 递归求排列组合/计算最长公共子序列长度的递归算法/生成全排列的递归算法/字符串模式匹配的简单算法-some small algorithms
graph--matrix
- 采用邻接矩阵来实现图的创建, graph.cpp是主应用程序源文件-Implementation creates graph adjacency matrix
cpp
- c语言实现任意数阶乘,具体信息请看源码-factorial of any number of c language
GetCRC32
- 网上找的获取文件CRC的类,原来有少许错误已经修改,内附使用示例,直接调用即可。不错的资源和大家一起分享一下-This is a Class I find from the internet.The Class is used to get the file s CRC value. There are some error in the file but I have correct it. It is easy to use and it has example inside. Here I
sequence-list
- 数据结构(C语言版)简单顺序表的实现,希望有帮助啦-The realization of the order form
duoxiangshi
- 数据结构,输入两个个多项式进行数学运算,如加、减、乘、除,按照数学法则得到相应的结果-Data structure, enter the results of two polynomial mathematical operations such as addition, subtraction, multiplication, division, and in accordance with the laws of mathematics
tree
- 这是一个二叉树的算法,主要用C++开发,只写了二叉树的核心代码,该代码已经调试通过可以直接运行.该算法也没有输入功能,为了方便大家看清二叉树的结构,把输入的数据都在源码中用一个数组存放好的-This is a binary tree algorithms, the main C++ Development, only to write a binary tree of the core code, the code has been run directly through debugging.
k
- k均值聚类算法源码,比较经典,无解压密码-k means clustering algorithm source code, more classic, without extracting passwords
01beibao(dongtaiguihua)
- 01背包问题的动态规划算法,能运行,我调好的-01 knapsack problem dynamic programming algorithm, to run, I am a good tune
AVL
- 数据结构 严蔚敏老师书中平衡二叉排序树AVL的实现,添加了书中缺少的部分,包括右平衡操作和最难的删除操作。-Yan Wei-min data structure teacher book AVL balanced binary search tree implementation, adding an integral part of the book, including the right balance of the operation and remove the most diffic
