2011年山大数据结构上机考核试题及答案 十分有借鉴意义,实在值得一看 1、 顺序表的插入与删除 #define ListSize 10 #define n 8 #define Error printf typedef int DataType; typedef struct