数据结构lab04
实验四 栈的实现与应用编程题:1. 设计新接口并在 content.cpp 文件中测试:1) 设计顺序栈的遍历接口 int TraverseStack(SqStack &S);实现栈中数据按出栈的顺序
数据结构lab04