摘要: #include #include struct node{ int data; struct node *next;};struct node* create_list(int a[],int len){ struct node *phead; struct node *ptr; struct n... 阅读全文
posted @ 2014-12-25 19:58 生死相依 阅读(793) 评论(0) 推荐(0) 编辑
摘要: URL:http://jpkc.onlinesjtu.com/CourseShare/Courses/ResourceModule/PreReading.aspx?courseid=701018&nodid=238&chapterid=238&preid=16单链表的插入操作1)已知线性链表head... 阅读全文
posted @ 2014-12-25 16:31 生死相依 阅读(7981) 评论(0) 推荐(1) 编辑