搜索资源列表
tingche
- 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。栈以顺序结构实现,队列以链表实现。
c++example
- c++的一些简单但是特别精炼的例子 关于栈和链表,从NACHOS中提取的
1
- 栈的一种实现,同时附数组的实现,数据结构,有借口,可以在接口不变的条件下轻松改成队列或用链表实现-A stack to achieve, at the same time attached to the realization of the array, data structure, an excuse to be able to interface easily under the conditions of the same queue or linked list into a real
Algorithm
- Linux C 编程下的最,最基本的数据算法。包括链表(单向与循环)、队列、栈。-Linux C programming, basic program algorithm. Include list, queue, stack.
1136
- 栈的一种实现,同时附数组的实现,数据结构,有借口,可以在接口不变的条件下轻松改成队列或用链表实现-A stack to achieve, at the same time attached to the realization of the array, data structure, an excuse to be able to interface easily under the conditions of the same queue or linked list into a real