摘要: 12种抽象数据类型线性表的定义如下: ADT List{DataObject:D={a[i]|a[i]属于ElemSet,i=1,2,...,n, n>=0}DataRelation:R1={|a[i-1],ai属于D,i=2,...,n} InitList(&L) 操作结果:构造一个空的线性表L。 DestroyList(&L) 初始条件:线性表L已经存在。 操作结果:销毁线性表L。 Clear... 阅读全文
posted @ 2005-09-03 18:04 CoderDream 阅读(364) 评论(0) 推荐(0) 编辑