资源列表
清空链表方法
- c语言清空链表方法,很简单,易懂,方便初学者研究。
numeric-trapezium
- 一个数字梯形,选择k条路线,每条路线从第一层的某个数开始,每次进入下一层到达左下或者右下的数字,直到最后一层为止。每条路线不能经过相同的路径,但是可以经过相同的数字节点。 输出一个整数,表示能得到的最大的k条路径经过的数字之和-A digital ladder, the K route, each route the first layer of a number, each time to enter the next layer to reach the left or right ne
TP02
- 对一系列数据进行排序,并比较三种不同方法的区别-A series of data to sort and compare three different methods of difference
Haar wavelets image conversion program in C++
- Haar wavelets image conversion program in C++
Matrix
- 自定义数组类,实现生成任意规模的数独文本文件。-A custom array class implementation of arbitrary size sudoku.
lab4
- 最短路径算法 可以设置路径的权值 可以打印每条路径的权值-shortest path algorithm
sort2015
- 合并排序算法,完整版,带有计算运行时间的内容,输入值可以修改。-Merge sort algorithm, the full version, with the contents of the running time of the calculation, the input value can be modified.
lxb
- 采用数据结构中的单链表来实现一元多项式的加减乘除运算-Use a single linked list data structure to achieve one yuan polynomial arithmetic operatio
Arithmetic-expression
- 用数据结构中的堆栈来实现无括号表达式的计算-Stack data structure to achieve calculate expressions without brackets
Polynomial
- 用C++类的思想实现一个多项式,实验课作业,包括三个文件,头文件,源文件,测试文件。-The realization of a polynomial, experimental course work, including three files, header files, source files, test file with the thought C++ class.
lintcode(easy)
- lintcode题解(容易部分,截至日期20151013)-lintcode solutions
insertionhuruf
- Insertion Code. I made this code with Netbeans.