搜索资源列表
duilie
- 数据结构中中有关堆栈和队列,循环队列的实现程序-Data structure in the stack and queue, circular queue implementation procedures
DataStructure
- C#语言版本的各种数据结构的代码,包括线性表、循环链表、堆栈、队列、矩阵、树、图及各种查找算法的代码。-C# language versions of the various data structures of the code, including the linear form, circular linked list, stack, queue, matrix, tree, graph, and a variety of search algorithm code.
wubanpeidui
- 实训题目利用循环队列解决舞伴配对问题, C语言版。 -The training topics using circular queue partner pairing problems, the C-language version.
CSharpCircular-queue
- C#编写的循环队列,包括基本操作和运行程序-Basic operations written in C# circular queue
SqQueue
- 循环队列的基本操作的实现,有三个分页组成。-Achieve the basic operation of the circular queue, consisting of three pages.
sequence
- 假设以带头结点的循环链表表示队列,并且只设一个指针指向队尾元素结点而不设头指针,试编写相应的队列初始化、入队列、出队列和判断队列状态的算法。-Assuming lead to circular list node represents a queue, and only set up a pointer to the tail element nodes instead of being the head pointer, try to prepare the corresponding que
CircleQueue
- C#编写的循环队列,可推入或弹出多个元素,队列满时自动增加队列长度。-C# written circular queue can push or pop more elements, automatically increase the queue length when the queue is full.
2
- 1. 实现顺序栈的基本操作(初始化、判断栈空、判断栈满、入栈、出栈)。 1) 从键盘输入一系列整数,当输入值为0时,停止输入,产生顺序栈。 2) 实现入栈操作,输入需入栈的值,如入栈成功,显示“入栈成功!”,否则显示“入栈失败!”并说明失败原因。 3) 实现出栈操作,如出栈成功,显示“出栈成功!”,否则显示“出栈失败!”并说明失败原因。 4) 顺序栈中元素依次出栈,并显示 。 2. 实现循环队列的基本操作(初始化、判断队空、判断队满、入队、出队)。 1) 从键盘输入一
附录代码(笔记)
- 数据结构的附录代码展示,如循环队列,约瑟夫,链表(Data structure appendix code display, such as circular queue, Joseph, linked list)