资源列表
BalancedBinaryTree
- 该程序可以帮助初学者了解AVL树。输入一组关键字序列,并以此顺序建立一棵平衡二叉树,并在建树过程中用逆中序法输出每次插入新结点后的平衡二叉树形状。-The program can help beginners learn AVL tree. Enter a set of keywords sequences and in this order to establish balanced binary tree, and the achievements in the process of usi
Josephcircle
- 思想很简单,就是一个循环链表 但要说明的是:我之所以用clist(1)来初始化,主要是我刚开始编的时候没打算解决约瑟夫环,只是想编一个带表头的循环链表,然后我用从这个程序改过来的,所以代码可以进一步优化。
TopoApp
- 利用TOPOApple算法求出两点之间的最短距离。-TOPOApple algorithm using the shortest distance between two points is calculated.
long-plus
- 长整数加减法,支持无限长度,数据结构实现,链表结构-Long addition and subtraction
Dynamic-Programming-Algorithm
- 动态规划解石子合并问题。其中石子是环形排列,具体问题详见“问题描述”文件。-Solve the "stones merge problem" by using dynamic programming algorithm.
binaryHeap
- 二叉堆的模板类,实现基本功能以及一些拓展功能-the template code of Binary Heap
BST
- Binary Search tree insertion and deletion
31-27-2
- 输入迷宫大小M*N,程序自动生成迷宫,同时打印出走出迷宫的路径,非常好用-Enter the maze size M* N, the program automatically generate the maze, the maze also print out the path, very easy to use
Joseph-Ring
- 用c语言,实现了,于瑟夫环。要到了数据结构中的链表。-With the c language to realize, in the Joseph ring. To go to the linked list data structure.
point-to-fenshu
- 小数变分数问题 求解 这是一个数据结构的课程设计-point change to fractional number
biaodashiqiuzhi
- 对于一个表达式求值 用堆栈实现 数据结构第一个实验 没有做附加功能 -For an expression evaluation stack data structure with the first experiment did not do additional functionality
Stack
- 用栈实现中缀转化为后缀表达式的C、C++程序。-Stack implementation using infix into postfix expression C, C++ program.
