资源列表
Large-integer-factorial
- 采用visualC++实现大整数阶乘算法,适合参加ACM和蓝桥杯的同志学习-Learn from Comrade large integer factorial algorithm visualC++ suitable to participate in the ACM and Blue Bridge Cup
The-data-structure
- 一个数据结构的课件加上一个习题集,对学习数据结构的同学有帮助。-A data structure courseware with a problem sets, students learning data structures.
delet1
- 编写递归算法:对于二叉树中每一个元素值为x的结点,删去以它为根的子树,并释放相应的空间。-Write a recursive algorithm: the value for each element in the binary tree node x, by deleting sub-tree root and release the appropriate space.
traver
- 编写算法完成下列操作:无重复地输出以孩子兄弟链表存储的树T中所有的边(这里的边是指树T本身的分支,而不是孩子兄弟链表所形成的二叉树的分支)。输出的形式为(k1, k2), ..., (ki, kj), ..., 其中,ki和kj为树结点中的结点标识。-Write an algorithm to do the following: no repeat output to all sides in children the brothers linked list storage tree T (
POJ-1170
- POJ 1170 动态规划。欢迎各种交流讨论。-POJ 1170 dynamic programming. Welcome to the various exchanges and discussions.
UVA-4996
- UVA 4996 非常好的一道动态规划题目。欢迎各种交流讨论。-Very good UVA 4996 a dynamic programming topics. Welcome to the various exchanges and discussions.
UVA-5002
- UVA 5002 动态规划。欢迎各种交流讨论。-UVA 5002 dynamic programming. Welcome to the various exchanges and discussions.
vijos-1180
- vijos 1180 动态规划。欢迎各种交流讨论。-dynamic programming vijos 1180. Welcome to the various exchanges and discussions.
BinarySearchTree
- 使用C++语言实现的数据结构——二叉查找树-Data structure- a binary search tree using C++ language
VectorADT
- 基于C++模板编程实现的标准模板库——Vector-programming based C++ template to implement Standard Template Library- Vector
kusupaixu
- 数据结构实验,快速排序算法,输入十个无序数字,可以输出正确排序结果。-Data structure experiments, fast sorting algorithm, input ten disorderly digital, you can output the correct sort results.
program3
- 数据结构实验,有关迷宫的算法,可以输入一个迷宫,功能有迷宫的输出,带路径的迷宫输出-Structure experiments, data about the maze algorithm, you can enter a maze, maze output function, with the path of the labyrinth output
