数据结构问题:狐狸逮兔
#include#includetypedefstructnode{intisChecked;structnode*next;}node,*LinkList;LinkListcreateList(intsize){inti;LinkListp=(LinkList)malloc(sizeof(node));LinkListn;LinkListq;n=p;p->next=NULL;
下载地址
用户评论