随笔分类 -  数据结构

有空分享下自己关于数据结构的理解
摘要:# include <stdio.h> # include <stdlib.h> #define OK 1 #define OVERFLOW 0 #define LIST_INIT_SIZE 100 //可以存放的数据个数 #define LISTINCREMENT 10 typedef struc 阅读全文
posted @ 2020-09-20 15:55 xxf2 阅读(257) 评论(0) 推荐(0)