数据结构4——查找
摘要:恢复内容开始 栈:后进先出 struct Stack{ ElemType data[MaxSize]; int top;}; 1-1栈的基本操作 以下是利用栈判断回文序列 boolsymmetry(inta[],intl){inti,e;Stack*s;InitStack(s);for(i=0;i<
阅读全文
posted @ 2020-05-31 14:06
posted @ 2020-05-31 14:06
posted @ 2020-05-18 20:41