black

登录

单项选择题

在非空双循环链表中q所指的结点前插入一个由p所指结点的过程依次为:p->next=q;p->prior=q->prior;q->prior=p; 下一条语句是______。

A.q->next=p
B.q->prior->next=p
C.p->prior->next=p
D.p->next->prior=p
相关考题

单项选择题 迷宫求解过程中,通常使用______数据结构。

单项选择题 以下算法的时间复杂度为______。 void fun (int n) int i=1; while(i<=n) i=i*2;

All Rights Reserved 版权所有©PP题库网库(pptiku.com)

备案号:湘ICP备14005140号-5

经营许可证号:湘B2-20140064