多项选择题
A.使单链表至少有一结点 B.标志表中首结点位置 C.方便运算的实现 D.说明单链表是线性表的链式存储实现
A.P->next==Q->next; B.Q->next==P; C.P->next==Q; D.P==Q;
A.顺序 B.链式 C.索引 D.散列