资源列表
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
HUFFMAN
- 在电报收发、数据通信过程中,可使用前缀编码使字符编码的平均长度最短。这种前缀编码可通过构造哈夫曼树的方式来实现。 算法输入:各字符及其权值。 算法输出:各字符的编码串 -In his cable, transceiver, data communication process, can use the prefix encoding character encoding so that the average length of the shortest. This prefix H
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
c1
- 顺序表源代码(自编)首先创建一个顺序表:从键盘读入一组整数(长度小于11),按输入顺序放入顺序表,输入以-1结束(注意-1不放到顺序表内);将创建好的顺序表元素依次输出到屏幕上。 2)在已创建好的顺序表中插入一个元素:从键盘读入需插入的元素值和插入位置,调用插入函数完成插入操作;然后将顺序表元素依次输出到屏幕上。 3)在已创建好的顺序表中删除一个元素:从键盘读入欲删除的元素位置(序号),调用删除函数完成删除操作;然后将顺序表元素依次输出到屏幕上。 4)删除顺序表中元素值为负数的所有元
xxb
- 线性表的插入和删除,主要实现文件的插入和删除,用的是类-Linear table insert and delete
Synthetic_Data_Generation
- A* uses a best-first search and finds a least-cost path from a given initial node to one goal node
Qsort
- 快速排序算法的Pascal源代码,可用于数据结构的教学。-Quick sort algorithm Pascal source code, can be used in the teaching of data structure.
