搜索资源列表
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)