摘要: 本题要求在一个数组中实现两个堆栈。 函数接口定义: Stack CreateStack( int MaxSize ); bool Push( Stack S, ElementType X, int Tag ); ElementType Pop( Stack S, int Tag ); 其中Tag是堆 阅读全文
posted @ 2020-12-03 17:59 EleclouD 阅读(906) 评论(0) 推荐(0)