搜索资源列表
list
- 单链表倒序 ,多个栈公用一块存储空间,以及迷宫问题的求解
简单的链的倒置(c++)
- 给定一条单向链,设计程序把链倒过来,并输出结果。要求直接在这条链上完成倒置操作,只可增设有限的几个辅助变量。 用栈的方法。
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
商品货架管理
- 商品货架管理:商品货架可以看成一个栈,栈顶商品的生产日期最近,上货时,需要倒货架,以保证生产日期较近的商品在较下的位置,用队列和栈最为周转,实现上述管理过程(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)