资源列表
gpk
- 关于二叉树的简单程序,里面有关于最小二叉树的具体程序代码.-The simple procedure on a binary tree, which has the smallest binary tree code.
tuopupaixu
- 运用拓扑排序进行课程的分类排序,是数据结构课程设计的辅助参考程序。
List 定义顺序队列类型
- 定义顺序队列类型,实现队列的所有基本操作。 定义链队列类型,实现队列的所有基本操作。 -Definition of the order queue type, all the basic operations of the queue. Defined chain of the queue type, all the basic operations of the queue.
graphic
- 本压缩文件为完整的二分图最优匹配的KM算法程序和求有向图的欧拉回路的算法程序-KM algorithm and Euler circuit of Digraph
main
- 表达式求值*** 将中缀表达式转换为后缀表达式。假设输入的算法表达式的运算符只有“+、-、×、/、(、)”这几种。 要求:用栈完成;首先要判断输入的表达式括号是否配对,在正确表达式的基础上转换为后缀表达式,然后计算结果。 -*** Expression evaluation will be converted to postfix infix expression expression. Assume that the input of the algorithm expressio
Graph-traversal
- 图的遍历,深度遍历和广度遍历,数据结构,图的遍历! -Graph traversal, depth and breadth traversal traversal, data structures, graph traversal!
List
- 关于链式表的操作,包括插入删除,统计个数等-Operation of chain table, including insertion and deletion, and other statistical number
pojACset4
- http://www.cppblog.com/aclayton 流牛*原创解题报告集4
list
- 这是一个链表的基本操作代码,有链表的建立,链表的遍历等等操作-This is a list of the basic operation of the code, the establishment of a linked list, linked list traversal, etc. operation
DS-root
- 数据结构中图的基本运算 以邻接矩阵的形式 用图的深度遍历找图是否有根定点-root group
operBitree
- 对二叉树的一些基本操作,包括层次遍历求二叉树宽度,递归求宽度和高度-Some basic operations on binary tree hierarchy traversal binary tree width, recursion, width and height
6_isBSTree
- 判定一棵二叉树(以二叉链表结构存储)是否是一棵二叉搜索树。-Determining a binary (binary tree structure in memory) whether it is a binary search tree.
