东北师范大学 / 数据结构
正确率:100%
在链队列中,假设f和r分别为队首和队尾指针,则删除一个结点的操作是()。
A.r=r->next
B.r=f->next
C.f=r->next
D.f=f->next
参考答案:
佳题速递: