2016年3月30日
摘要: #include<stdio.h>#include<stdlib.h>typedef int DataType ;typedef struct LNode{ DataType data; LNode *next;}LNode;void qingxuanze(){ printf("1头插法,2尾插法, 阅读全文
posted @ 2016-03-30 20:44 Jor1 阅读(189) 评论(0) 推荐(0)