搜索资源列表
Stack-by-List
- 通过一个链表来实现栈,和STL中的实现方法不一样。-Implementing the Stack by List
goods-purchasing
- 通过结合栈 链表 队列等几中数据结构并利用它们各自的特性来模拟实现一个简单的商店的商品管理器-we use the stack ,the queue and the linklist and combine their characteristics to make a goods purchasing manager