线性表的链式表示和实现(单链表)

本文是对严蔚敏老师《数据结构》线性表的链式表示和实现这节的算法用C语言的实现,已成功在Linux上运行。算法 #include <stdlib.h> #include <malloc.h> //函数结果代码 #define TRUE 1 #define FALSE 0 #define OK 0 #define ERROR 1 #define OVE
相关文章
相关标签/搜索