资源列表
LastOrderTree
- 创建二叉树,并实现二叉树前序、中序递归遍历算法和二叉树的后序非递归遍历-create binary tree, and to achieve binary tree before the sequence, sequence recursive traversal of a binary tree algorithm and after non - recursive traversal sequence
treatment
- 2、 到医院看病的过程是,患者先排队等候,排队过程中主要重复两件事: (1) 病人到达诊室时,将病例交给护士,排到等候队列中候诊。 (2) 护士从等候队列中取出下一个患者的病例,该患者进入诊室就诊。 在排队时按照“先到先服务”的原则。设计一个算法模拟病人等候就诊的过程。
bfs
- 数据结构里的bfs算法,用vc6.0编写-data structure, the zheng algorithm used to prepare vc6.0
stack
- 用单链表实现存储栈 “链式栈”类模板的定义,数据结构和算法学习必备学习程序。-Single-linked list for storage stack " Chain stack" class template definition, data structures and algorithms necessary to study the learning process.
MatrixMultiplicationBallisticMissileDefence
- 简单的两个矩阵相乘的算法,还有一个防卫导弹问题的算法。-Simple algorithm for multiplying two matrices, there is an algorithm for missile defense.
Fibsearch
- Fibonacci搜索算法的实现 Fibnacci的递归算法实现-Fibonacci search algorithm recursive algorithm to achieve Fibnacci
linklist.tar
- 链表的增添,删除,遍历等基本操作,是单向链表,自己编写的-List of add, delete, traverse and other basic operations
gaijin
- 冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换, 每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作? 如将N 个数按从大到小排序,Turbo C语言程序函数
CirQueue
- 数据结构实验c语言原代码,数字从小到大的排序.
main
- 安排比赛 用分治法实现 可以重复输入比赛队数,排版美观。 -Competition arrangements with sub-rule method can be re-enter the team number, layout aesthetics.
coba
- BFS source code for searching-BFS source code for searching..
qiujiaoji
- 数据结构:实现两个有序线性表的交集,并选择另外开辟一个空间实现有序交集的线性存储。-Data Structure: Implementing the intersection of two ordered linear form, and another to open up a space orderly intersection of linear memory.