搜索资源列表
Stekas
- A stack can have any abstract data type as an element, but is characterized by only two fundamental operations: push and pop.
InnerStack
- This program shows the operations on stack like push and pop, and displays the contents of the stack.