资源列表
BiaryTree
- 此程序是二叉树的创建和前序中序后序的遍历和二叉树的显示功能等,主要是对数据结构中二叉树编程的理解。-This program is a binary tree in order to create and preorder postorder binary tree traversal and display functions, mainly in the binary tree data structure is programmed to understand.
BinaryTreeAlgorithm
- 二叉树算法,包括建树,前序,中序,后序的递归与非递归算法,还有结点深度等算法。-Binary tree algorithm, including the contribution, the first order, in order, after the order of the recursive and non recursive algorithm, as well as algorithms such as junction depth.
erchashu
- 数据结构二叉树经典示例,有助于刚刚学习数据结构的人参考参考-Classic example of the data structure binary tree, help just learning data structures refer to the reference
biSearchTree_to_sortedList
- 输入一棵二分查找树,将该二元查找树转换成一个排序的双向链表。 要求不能创建任何新的结点,只调整指针的指向。 二分查找树:root,每个节点:data、small pointer、large pointer 转换成排序的双向链表后small pointer应该指向前一个元素,larger pointer指向后一个元素-Enter a binary search tree, the two yuan search tree into a sort of two-way linked li
pojACset2
- http://www.cppblog.com/aclayton 流牛*原创解题报告集2
zuixiao
- 最小生成树问题用lingo9.0程序实现
banker
- 银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法-Banker' s Algorithm The basic idea is the allocation of resources, are to determine whether the system is safe If so, before the distribution. It is the most representative of the algorithm to
tingchechang
- 设停车场是一个可停放n辆车的狭长通道,且只有一个大门可供汽车进出。在停车场内,汽车按到达的先后次序,由北向南依次排列(假设大门在最南端)。若停车场内已停满n辆车,则后来的汽车需在门外的便道上等候,当有车开走时,便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后进入的车辆必须先退出停车场为它让路,待该辆车开出大门后,其他车辆再按原次序返回车场。每辆车离开停车场时,应按其停留时间的长短交费(在便道上停留的时间不收费)。-The parking lot is a long and narro
ljb
- 用邻接表实现个图的存储,在VISUAL C++环境中实现
duoxiangshixiangcheng
- 可基本实现多项式的相乘,根据数据结构中的多项式相乘
带头结点双链循环线性表
- 带头结点双链循环线性表,数据结构的常用经典算法-lead node cycle linear double-stranded form, the data structure used classical algorithm
bank
- 银行家算法,输入一个要分配资源的进程,判断状态是否安全,决定是否分配-Banker' s algorithm, the allocation of resources to enter a process to determine whether the state of security, decide whether or not the distribution of
