1. 首页
  2. 编程语言
  3. C
  4. 数据结构问题:狐狸逮兔

数据结构问题:狐狸逮兔

上传者: 2019-06-04 21:33:26上传 TXT文件 1.62KB 热度 29次
#include#includetypedefstructnode{intisChecked;structnode*next;}node,*LinkList;LinkListcreateList(intsize){inti;LinkListp=(LinkList)malloc(sizeof(node));LinkListn;LinkListq;n=p;p->next=NULL;
下载地址
用户评论