高等继续教育 / 数据结构
正确率:100%
题型描述: 多选题
在双向循环链表中,若s是指向表中某结点的指针,则________。
A.s-> prior==s
B.s->next->prior==s
C.s->next==s
D.s->prior->next ==s
在双向循环链表中,若s是指向表中某结点的指针,则________。
A.s-> prior==s
B.s->next->prior==s
C.s->next==s
D.s->prior->next ==s
参考答案:
佳题速递: