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