单链表C/C++实现(数据结构严蔚敏)

下面是项目:头文件、源文件、测试文件ios 一、头文件LinkList.h: #include<iostream> #include<malloc.h> using namespace std; #define ok 1 #define error 0 #define flow 0 typedef int Status; typedef int ElemType; typedef stru
相关文章
相关标签/搜索