资源列表
BinaryInsertSortAndSearch
- 键盘输入伪随机个数,生成相应的为随机数,实现降序二分插入算法,降序二分检索算法-Keyboard input pseudo random number, a random number is generated corresponding to achieve descending binary insertion algorithm, binary search algorithm descending
zju1045
- zju 1045 HangOver http://acm.zju.edu.cn/show_problem.php?pid=1045-zju 1045 HangOver http :// acm.zju.edu.cn/show_problem.php pid = 104 5
linearlist
- 线性表的插入、删除、查找等基本操作设计与实现 用线性表提供的接口去求解实际问题 线性表的的存储方法-Linear table insert, delete, search and other basic operation of the design and implementation of linear table provides an interface to solve practical problems in the linear form of the storage m
06HuffmanCode
- 以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。 在计算机信息处理中,“哈夫曼编码”是一种一致性编码法(又称"熵编码法"),用于数据的无损耗压缩-Huffman Coding
Levelbinarytreetraversal
- 层次遍历二叉树,使用C++语言编写层次遍历二叉树的程序,数据结构的经典程序-Level binary tree traversal, using the C++ language-level binary tree traversal process, the data structure of the classic procedure
c
- c语言链表程序,可用且实用,适合c语言初学者实用-c language program list, available and practical, suitable for beginners
BTree
- 二叉树遍历,可以计算先中后遍历计算,C++的平台。-Binary tree traversal, can be calculated after the first traversal in the calculation, C++ platform.
Untitled1
- dijstra 实现单源最短路径 使用vc++环境下运行-dijstra single-source shortest path
POJ2481
- 问题:求解最强的牛 算法:树状数组+二分查找(比较复杂,处理好细节)
text26
- 数据结构:稀疏矩阵用三元组表示,求两个矩阵的积。-Data structures: sparse matrix triples that demand the product of two matrices.
4Q
- this program is about 4 Queens problem
cPP
- c语言实现对杨辉三角的实现,操作简单,实现自由灵活-C language implementation of the Yang Hui triangle.