资源列表
binary-tree-algorithm
- 数据结构的一种,通过实例让你更加理解深刻,不错的例子-one of datestruct
Breadth--search
- 数据结构的一种,通过实例让你更加理解深刻,不错的例子-one of datestruct
methods-of-sorting
- 数据结构编程,通过经典的实例让你更加理解深刻,绝对的好-good date struct programming
Storage-problem
- 数据结构编程,通过经典的实例让你更加理解深刻,绝对的好-good study
Graph
- 数据结构,用C++实现图的深度和广度遍历,能运行。-Realize graph traversal by C++.
linear-list
- 数据结构线性表链式存储的基本操作,用C语言实现。-linear list
Test3
- 树与二叉树实验。包括二叉树的先序、中序、后序遍历,高度的计算,叶子节点的计算。-Tree and binary tree experiment. Including the first order binary tree, in order, after the traversal, calculate the height, leaf node calculation.
4
- 对FIFC算法的模拟,能清楚的看到结果。在os可能会用到,对你可能有用。-The simulation of FIFC algorithm, can clearly see the results. In the OS might need, to you may be useful.
maopaopaixu
- 冒泡排序,随机产生6个数字,有小到大自动排序-Bubble sort
huffman
- 自己编的给数据进行霍夫曼编码的VC++程序,很具有参考性-Themselves to data compiled by Huffman encoding VC++ program, it has a reference
BOARD
- 在一个2^k×2^k (k≥0)个方格组成的棋盘中,恰有一个方格与其他方格不同,称该方格为特殊方格。棋盘覆盖问题要求用图(b)所示的4种不同形状的L型骨牌覆盖给定棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重叠覆盖。-In a 2 ^ k × 2 ^ k (k ≥ 0) the composition of the board in a box, just a different box with other boxes, saying that the box is a specia
1
- 算术表达式求值:输入中缀表达式,转换成后缀表达式后求值-Arithmetic expressions are evaluated: input midfix expression, converted into a suffix after expressions are evaluated
