标签:
杂谈 |
标签:
it |
分类: 数据结构 |
#define ERROR 0
#define OK
typedef int ElemType;
typedef int Status;
typedef struct
LNode{
}LNode,*LinkList;
#include 'stdafx.h'
#include 'malloc.h'
Status InitList(LinkList&
L){
}
Status InsertList(LinkList&
L,LinkList& p,ElemType
e){