资源列表
[数据结构常用算法] mergeSort
说明:合并排序算法是用分治策略实现对n个元素进行排序的算法。其基本思想是:将待排序的元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。算法复杂度为:O(nlogn)-Merge sorting algorithm is used to realize sub-rule strategy to sort n elements of the algorithm. The basic idea is: the element will be sor<忠波> 在 上传 | 大小:1kb | 下载:0
[数据结构常用算法] matrixChain
说明:动态规划法解矩阵连乘积的最优计算次序问题。按照分解最优解的结构,建立递归关系,计算最优值,构造最优解4个步骤-Dynamic programming solution matrix product even calculate the optimal order problem. Optimal solution in accordance with the decomposition of the structure, the establishment of recursion relati<忠波> 在 上传 | 大小:1kb | 下载:0
[数据结构常用算法] nizhuanguangyibiao
说明:通过编写递归算法,将广义表中的各个数据元素逆转。 -Through the preparation of recursive algorithms, generalized form of the various data elements reversed.<杨勇> 在 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 200405165111
说明:长整数的计算,用C实现,数据结构。是数据结构(严蔚敏)课后习题的实现。-Long integer calculations, using C realize, data structures. Is a data structure (Yan Wei-min) after the realization of exercises.<艾雪辉> 在 上传 | 大小:1kb | 下载:0