摘要: 在一个数组中实现两个堆栈 本题要求在数组中实现两个堆栈 函数接口定义 Stack CreateStack( int MaxSize ); bool Push( Stack S, ElementType X, int Tag ); ElementType Pop( Stack S, int Tag ) 阅读全文
posted @ 2022-04-19 22:01 里列昂遗失的记事本 阅读(111) 评论(0) 推荐(0) 编辑