资源列表
data-structures-of-C-
- 常用的数据结构 数组 表 队列 图 树等相关数据结构的C语言实-C language implementation of a common data structure array table queue graph tree data structures
datakechengsheji
- 建立二叉树的三叉链式存储结构,在此基础上完成下列算法: 1) 从键盘上输入二叉树的各个结点,建立三叉链表 2) 输出该二叉树 3) 非递归的层次遍历算法 4) 非递归的先序遍历、中序遍历、后序遍历算法 5)查找指定结点的双亲。 6)查找指定结点x,若存在返回true,否则返回false 7)求各结点的度 -data course design
paixu
- 数据结构中各种排序算法的比较,算法还是比较明白清晰的-Data structures in a variety of sorting algorithms
chengxu
- 查找算法实现与性能分析 要求:(1)数据结构的定义 (2)静态查找算法(顺序,折半)实现 (3)动态查找实现(二叉排序树建立、查找) (4)性能分析(用大批量数据测试算法的执行时间) -Search algorithm and performance analysis of requirements: (1) data structure definition (2) static search algorithm (the order of half) (3) dynami
Equipment-management
- 设备管理的概念和任务,掌握独占设备的分配、回收等主要算法的原理并编程实现。-Equipment management concepts and tasks, to grasp the principle of exclusive equipment distribution, recycling and other major algorithms and programming.
cipandiaodu
- 采用先来先服务、最短寻道优先以及电梯调度方法,对于如下给定的一组磁盘访问进行调度。要求给出每种算法中磁盘访问的顺序,计算出平均移动道数。(当前读写头在90号,向磁道号增加的方向移动)-Shortest seek first-come, first serve, priority and elevator scheduling method for following a given set of disk access scheduling. Required to give the order
The-maximum-problem
- 最大值问题,程序设计C语言源代码,很有用,没有报告-The maximum problem
Lecture4
- 链式的栈和队列的c++实现,是数据结构的基础啊-The chain stacks and queues c++ to achieve, is the basis of the data structure
Lecture3
- 线性队列的实现 采用 c++代码 是算法的基础-Linear queue using c++ code is the basis of the algorithm
Lecture2
- 线性表 C++栈的实现 出栈入栈 是数据结构算发的基础-线性表 C++栈的实现 出栈入栈 是数据结构算发的基础
wo
- 用顺序栈实现回文的判断,由用户数任意字符串可做出判断-The palindrome judgment order of the stack
AVL
- AVL 平衡 二叉树的建立分析和删除的方法代码 -AVL 平衡 二叉树的建立分析和删除的方法代码
