资源列表
BiTreeHeight
- 用递归方法求二叉树高。构建二叉树,并采用递归的方法求其高度(A recursive method for finding the height of two forked trees)
HuffmanTree
- huffman tree 的visual C++实现,完整版代码文件,亲测很实用。(The realization of Huffman tree)
Strassen3
- 本程序实现的两个矩阵的strassen乘法。为了对比还有传统矩阵乘法,和两种算法的运行时间。-The program realization of the multiplication of two matrices strassen. For comparison, traditional matrix multiplication, and the running time of two algorithms.
rbinsert
- 红黑树的插入算法实现,利用算法导论中的伪代码-Red-black tree insertion algorithm, using pseudocode in Introduction to Algorithms
some-c-problem
- 几个编程游戏,关于数据结构的问题,对学习算法和数据结构很有帮助-Several programming game, the question about the data structures, algorithms and data structures for learning useful
ACMtest
- ACM第三课,怎样调试出错的程序,非常重要-the ACM third class,how to test wrong program
20161112722-吴德阳-实验5-停车场管理系统-dev
- 有可以停放n辆汽车,车辆按到达停车场时间的先后次序依次从停车场最里面向大门口处停放。如果停车场已放满n辆车,以后到达的车辆在大门外等待,停车场内有车开走,则排在第一辆车进入停车场。出去车计算停车价格(Yes, you can park n cars. The vehicles will be parked from the inside of the parking lot to the main entrance in order of arrival time. If the parking
data_structure
- 二叉树的实现,查找,排序;链表的实现,查找,排序-tree and link
JF
- 一个很好的多项式积分运算,精度还行,供大家参考下。-Polynomial calculus
3.zadaca5
- Geometrical operations with Triangle structure, Programming techniques
search3
- 数据结构的查询方式及其应用,是其中的比较重要的一种-Query data structure and its applications, is one of the more important a
归并排序作业
- 归并排序,一种比较快速,效率较高的排序方法(Merging sorting, a faster and more efficient sorting method. And also I love this method.)
