摘要: 数据结构中线性表、栈、队列代码复现(参考) 〇、写在前面 若干定义 #include <stdio.h> #include <stdlib.h> #include <malloc.h> #define ERROR 0 #define OK 1 #define OVERFLOW -1 #define 阅读全文
posted @ 2021-12-26 20:44 yuezi2048 阅读(109) 评论(0) 推荐(0) 编辑