自学考试数据结构导论__02142第二章_线性表.ppt
* Linklist CreateLinkList2( ) { head=( )malloc(sizeof(struct node) p=head; scanf%d&x; while(x!=) { q=( )malloc(sizeof(struct node; p->next=q; p=q; scanf%d&x; } p->next=NULL; return head; } * 2清除单链表中值为
下载地址
用户评论