资源列表
shiyanqi
- ? 假设某医生看病人的顺序是由病人的病情严重程度来决定。护士按照所有病人来医院的时间顺序给病人编号ID,依次为1,2,3,…,n;并且根据病人的病情严重程度设置Priority值,病越重,Priority的值越小。当医生开始工作时,护士根据病人的Priority值,由小到大依次安排病人看病。试为护士编写程序安排病人看病的先后次序利用最小值堆实现一个优先队列。- Using the minimum heap to implement a priority queue.
shiyanwwu
- 则运算式求值,将四则运算式用中缀表达式表示,然后将它转变成后缀表达式,并且计算结果。 2、 基本要求:要求运用二叉树来实现。 -The expression is evaluated, the four expressions that use the infix expression, and then to transform it into a postfix expression, and results. 2, the basic requirements: Requir
shujujiegoujiaoan
- 主要是数据结构方面的一些相关资料,希望能够帮到那些在数据结构方面基础还不是特别清楚地同学。-Mainly some of the data structure information in the hope of help to those in the data structure based on the students is not particularly clear.
search
- 本代码实现了二叉树查找、顺序查找、折半查找,是我大二时数据结构的课程设计源码,编译运行过的。-data structure design
bitree
- 本代码实现了二叉树的相关操作,包括层次遍历、前序遍历、中序遍历,后序遍历,是我大二时数据结构的课程设计源码,编译运行过的。-data structure design
queen
- 本代码实现了n皇后问题,是我大二时数据结构的课程设计源码,编译运行过的。-data structure design
sqlist
- 本源码实现了c的顺序存储线性表的操作、链式存储线性表的操作,是我大二下数据结构的课程设计源码,下载后可以直接使用,已编译运行成功。-data structure design
dongtai
- C++的动态规划算法,关于最大字段和的问题-C++, dynamic programming algorithm, the problem on the maximum field and
1
- 按照图的“邻接巨阵”存储结构实现最小生成树的Prim算法-Accordance with the plans of the " adjacent downline" storage structure Prim minimum spanning tree algorithm to achieve
sa5
- suffix array程序,dev c++编译环境,处理字符串很好的一个数据结构-suffix array
wdsadasf
- 严蔚敏的数据结构习题集答案,很好很强大,包括编程题和基础题-Yan Wei-min data structure problem sets answer is a very powerful programming problems and basic questions, including
delphishujujiegou
- 关于delphi 7 数据结构和算法的资料-Delphi 7 on the information data structures and algorithms
