摘要: 涉及到链表的建立、删除、输入、输出 链表的归并 #include<iostream> using namespace std; #define ERROR 0 #define OK 1 typedef int ElemType; typedef int Status; typedef struct 阅读全文
posted @ 2015-05-21 13:59 wojiaohuangyu 阅读(14) 评论(0) 推荐(0)