在下列链队列Q中,元素a出队的操作序列为()。https://assets.asklib.com/psource/2015110217055882984.jpg

A . p=Q.front->next;p->next=Q.front->next B . p=Q.front->next;Q.front->next=p->next C . p=Q.rear->next;p->next=Q.rear->next D . p=Q->next;Q->next=p->next

时间:2022-08-29 16:52:15 所属题库:数据结构题库

相似题目