数据结构单链表实验(c语言版)
数据结构单链表实验(c语言版)
日期:2017-09-07 03:58:40 人气:1
正好我大二的实验还在。。。但是还是想说一句,伸手党不适合做IT,建议楼主还是要自己多加练习,不会可以问,网上有很多乐意帮你解决问题的人。
#include "stdio.h" #include "string.h"#include "ctype.h" #include "stdlib.h" #include "io.h" #include "math.h" #in