栈的顺序存储结构
typedefstruct{int*base;int*top;intstacksize;//当前已分配的存储空间,以元素为单位}SqStack;typedefintSElemType;
下载地址
用户评论