资源列表
tu
- 图的操作 1.邻接法创建图 2.输出建立的图 3.求各顶点的度 4.深度遍历图 5.广度遍历图 6.退出程序-Figure 1 operation. Neighbor joining to create Figure 2. Output created Figure 3. Seek the vertices of degree 4. Deep traversal Figure 5. Breadth traversal Figure 6. Exit
chazhao
- 查找 1.有序表的查找 2.顺序表的查找 3.哈希表的查找 4.退出程序-1. Ordered the table to find 2. In order to find the table 3. Hash table lookup 4. Exit
erchashu
- 二叉树的操作 1.先序创建二叉树 2.中序递归遍历二叉树 3.先序非递归遍历二叉树 4.中序非递归遍历二叉树 5.后序非递归遍历二叉树 6.层次遍历二叉树 7.求二叉树的高度 8.求二叉树叶子数 9.退出程序-Binary operation 1. The first order to create a binary tree 2. In order recursive binary tree traversal 3. Preorder traver
Cpp1
- 实现二叉树的创建以及对其进行非递归前序遍历,路径输出等功能-To achieve the creation of a binary tree and its non-recursive preorder traversal of the path output function
shell
- shell排序:当增量d=1jf ,ShellPass和InsertSort基本一致,只是由于没有哨兵而在内循环中 增加了一个循环判定条件"j>0",以防下标越界.-shell
xishujuzhen
- 稀疏矩阵的运算程序。该设计程序的功能是由键盘输入稀疏矩阵中非零值的行标,列标和元素值构成的三元组顺序表,这样就确定了整个矩阵,再使两个矩阵以三元组表形式求和、差、乘积并将运行的结果输出,本程序主要用到的知识是以顺序表形式存储稀疏矩阵,再用链表对其进行操作,来通过三元组判断位置、非零值运算实现稀疏矩阵的加、减、乘等运算。-Sparse matrix computation program. The design process is the function of keyboard input s
neibupaixu
- 实现内部排序 实现内部排序 实现内部排序-Order to achieve internal
CalcSparseMatrix
- 稀疏矩阵 操作 加减乘除 转置等等 从文件导入 手动输入 建立矩阵-SparseMatrix operation
huanc
- *** *一个简单的换乘算法-A simple change algorithm
2008
- 国家集训队2008年的论文,不论是准备参加acm还是提高自己算法水平都有帮助-National Team of the 2008 papers, whether it is prepared to participate in acm algorithm or to improve their level of helpful
2007
- 国家集训队2007年的论文,对大家学习算法应该有帮助-2007 National Team of the paper, all of us should help the learning algorithm
Tree
- 抽象数据类型-树 ADT抽象数据类型树基本操作-tree
