题目内容

在双向链表存储结构中,删除P所指的结点时须修改指针()

A. (p->next)= (p->prior)->prior;p->prior=(p->next)->next
B. p->prior=(p->prior)->prior; (p->prior)->next=p
C. (p->next) ->prior=p;p-> prior=(p->next)->next
D. (p->prior)->next=p->next;(p->next)->prior=p->prior

查看答案
更多问题

双向循环链表任何一个结点访问它的前驱后继的时间复杂度都为O(1)。()

A. 对
B. 错

顺序存储是一种优于链式存储的结构。( )

A. 对
B. 错

在链式存储的有序表上也可以做折半查找,其时间复杂度与顺序表上相同。( )

A. 对
B. 错

Now let me have____.

A. the third try
B. a third try
C. third try
D. this third try

答案查题题库