1. 首页
  2. 跨平台
  3. CrossAPP
  4. 数据结构(C语言)用栈和链表编写猴子选大王程序.pdf

数据结构(C语言)用栈和链表编写猴子选大王程序.pdf

上传者: 2020-12-11 22:45:03上传 PDF文件 158.83KB 热度 8次
#include #include struct slist { int data; struct slist *next; }; typedef struct slist SLIST; SLIST *creat(int n)//建立链表 { int i; SLIST *h*s*r; h=(SLIST)malloc(sizeof(SLIST; r=h; fo
下载地址
用户评论