资源列表
MatrixChain
- 实验二-矩阵链乘 Descr iption 给定n个矩阵A1,A2,…,An,其中,Ai与Aj+1是可乘的,i=1,2,…,n-1。 你的任务是要确定矩阵连乘的运算次序,使计算这n个矩阵的连乘积A1A2…An时总的元素乘法次数达到最少。 例如:3个矩阵A1,A2,A3,阶分别为10×100、100×5、5×50,计算连乘积A1A2A3时按(A1A2)A3所需的元素乘法次数达到最少,为7500次。-MatrixChain dp
stack
- 该代码可以实现栈的各种基本功能,操作方便简单
12JSIM
- 常用算法程序集(C语言描述)第三版+徐士良 求N维极值的单调调优法
2
- 谢尔排序法 和 归并排序法 恰当的输出中间结果-Shell sort and merge sort method appropriate to the output of intermediate results
ClosestPoints
- 分治法和蛮力法求最近对问题及其时间复杂度比较-Divide and conquer method and the brute force method for the recent problems,and comparing the running time.
StringMatch
- 算法设计与分析中的字符串匹配算法,C++代码-String matching algorithm, algorithm design and analysis courses, C++ code
revmatrix
- 螺旋矩阵问题:编程产生H*L的螺旋矩阵。首先,我们用一个二维数组来放置矩阵,然后按照数字大小顺序来填充矩阵.-spiral Matrix : Programming produced H * L spiral matrix. First, we used a two-dimensional array to accommodate matrix, in accordance with the order number to filling matrix.
wuxiangtu
- 这是一个数据无向图的简单模拟程序,可以用于数据结构的学习
Bellman-Ford-algorithm
- 本程序是用C语言来实现Bellman-Ford算法,希望能对别人有帮助!-The program is implemented in C language Bellman-Ford algorithm, hoping to help others!
PolynomialAddition
- 多项式加法的实现。用链表实现多项式加法,适用初学数据结构的实验。-Implementation of polynomial addition. Polynomial addition using linked list implementation, data structures for beginners experiment.
CPPdata-structure-of-Joseph-ring
- 首先,设计实现约瑟夫环问题的存储结构。由于约瑟夫环本身具有循环性质,考虑采用循环链表,为了统一对表中任意节点的操作,循环链表不带头结点-Design and implementation of Joseph ring problem
MaxHeap
- 实现堆的插入删除排序 用VC6.0编写,代码健全,绝对无误。-MAXHEAP