文件名称:两栈共享空间
介绍说明--下载内容均来自于网络,请自行研究使用
如果我们有两个相同类型的栈,我们为他们各自开辟了数组空间,极有可能第一个栈已经满了,再进栈就溢出了,而另一个栈还有很多存储空间空闲。这时,我们完全可以用一个数组两存储两个栈。(f we have two identical types of stack, we have opened up the array space for them. It is very likely that the first stack is full, then the stack will overflow, and the other stack will have many storage space. At this point, we can store two stacks with an array two completely.)
相关搜索: 两栈共享空间
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
两栈共享空间\SharedStack.cpp | 1556 | 2017-10-27 |
两栈共享空间\SharedStack.h | 531 | 2017-10-27 |
两栈共享空间\text.cpp | 1007 | 2017-10-27 |
两栈共享空间 | 0 | 2018-02-12 |