搜索资源列表
list
- 单链表倒序 ,多个栈公用一块存储空间,以及迷宫问题的求解
简单的链的倒置(c++)
- 给定一条单向链,设计程序把链倒过来,并输出结果。要求直接在这条链上完成倒置操作,只可增设有限的几个辅助变量。 用栈的方法。
Lying-data-structure9
- 《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
Goods-shelves
- 一个利用栈和队列倒货架的问题,使用临时栈来实现。队列能够自动上货。-Utilizing the stack and queue pour shelves of the problems, using provisional stack to achieve. Queue can automatic loading
LinkStack
- 用栈的入栈,出栈,取栈顶元素的操作实现倒序输出数据-Stack onto the stack, the stack, take the top element of the operation to achieve the reverse output data
stack_num_conversion
- C++栈基于类实现十进制转N进制;原理是不断求余倒序输出,采用栈的基本构造。-C++ stack class-based N-ary Decimal turn principle is to strive for more than reverse output, using the basic structure of the stack.
商品货架管理
- 商品货架管理:商品货架可以看成一个栈,栈顶商品的生产日期最近,上货时,需要倒货架,以保证生产日期较近的商品在较下的位置,用队列和栈最为周转,实现上述管理过程(Goods shelves can be seen as a stack, the stack of goods production date recently on the goods, need to pour the shelves, to ensure production date near goods in the lower
daozhan
- 借用一个数组辅助的将一个栈中的所有元素倒置(Array helps invert all elements in the stack)