资源列表
class09
- 自己实现的一个LCS最长公共子序列算法,参考算法导论第三版进行实现-An LCS longest common subsequence algorithm to achieve their own, refer to the third edition of Introduction to Algorithms were realized
allocateArray
- Allocate a array function.
memory_leak
- Memory leak issue using C language.
KuaiPai
- 对输入数据进行排序,采用的方法是快速排序法-quick sort
bicoloring
- 输入一个简单(无多重边和自环)的连通无向图,判断该图是否能用黑白两种颜色对顶点染色,使得每条边的两个端点为不同颜色。-Enter a simple (no multiple edges and loopback) connectivity undirected graph, determine if you can use this figure in black or white stained pair of vertices, so that the two ends of each si
jiugong
- 重排九宫问题,实现从输入到目标九宫图的解的过程-Rearrangement jiugong problem, solving and output the input to the target jiugong diagram of the solution
yanghuisanjiao
- 自己编写的队列,循环链表实现,应用于显示杨辉三角-I have written a queue, circular linked list implementation, applied to the display Pascal' s triangle
biaodashiqiuzhi
- 自己编写的堆栈,单链表实现,并用于表达式求值(中缀转后缀、后缀求值)-I have written a stack, single linked list implementation, and for expression uation (infix turn suffix, suffix uation)
List
- 单链表实现列表,一些基础的成员函数,简单插入删除拷贝等操作-Single linked list to achieve, some basic member functions, simple operations such as insert or delete copy
xishuduoxiangshiqiuzhi
- 单链表实现稀疏多项式求解,包括多项式加减乘除操作。-Single list implementation sparse polynomial solving, including polynomial arithmetic operation.
erchashu
- 简单二叉树构建,显示图形,析构和拷贝采用递归。-Simple binary build, display graphics, destructors and copy using recursion.
Line-up-for-water
- 经典的贪心法问题——排队打水问题,这对研究数据结构的人来说是打好基础的好东西-The classic problem greedy method- queue to fetch water problem, which those who study the data structure is to lay the foundation of a good thing