搜索资源列表
shunxuzhan
- 顺序栈的实现,有一个很好栈数据结构,算法简单,能实现栈的各种操作-The realization of the order of the stack, there is a good stack data structure, algorithm is simple and can achieve a variety of stack operation
shunxuzhan
- 数据结构C语言和Java语言描述顺序栈的基本操作-C language data structures, and Java language to describe the basic operation of the order of the stack
SeqStack
- 数据结构顺序栈SeqStack 在visual C++6.0运行-SeqStack stack data structure in order to run in the visual C++6.0
Stack
- 堆栈实现。堆栈就是这样一种数据结构。它是在内存中开辟一个存储区域,数据一个 顺序地存入(也就是“压入——push”)这个区域之中。有一个地址指针总指向最后一个压入堆栈的数据所在的数据单元,存放这个地址指针的寄存器就叫做堆栈指示器。开始放入数据的单元叫做“栈底”。数据一个一个地存入,这个过程叫做“压栈”。在压栈的过程中,每有一个数据压入堆栈,就放在和前一个单元相连的后面一个单元中,堆栈指示器中的地址自动加1。读取这些数据时,按照堆栈指示器中的地址读取数据,堆栈指示器中的地址数自动减 1。这个过程叫
dsaalg_course_ware_ppt
- 数据结构各类结构源代码(顺序表,单链表,栈,队列等等)-Structure of the source code of various types of data structures (sequence tables, single linked lists, stacks, queues, etc.)
stack
- 数据结构顺序栈的c++实现,闪现基本功能和接口。解压后可直接运行-data structure
数据结构
- 数据结构综合性实验,包含顺序表、栈、队列等应用(Comprehensive experiment of data structure)
任意符号的所有出栈顺序
- 数据结构问题:输出任意符号表示的所有出栈顺序,vs2015及以上版本可直接运行(Output the order of data push in arbitrary notation.)
file
- 二叉堆的简单实现,顺序表的简单实现,队列的简单实现,栈的简单实现,树堆的简单实现(simple implementation of binary heap, sequence list, queue, stack and treap)