最大容量为n的循环队列,队尾指针是rear,队头是front,则队满的条件是()。
最大容量为n的循环队列,队尾指针是rear,队头是front,则队满的条件是()。
A.(rear+1)%n==front
B.rear==front
C.rear+1==front
D.(rear-l)%n==front
正确答案:(rear+1)%n==front
- 上一篇:数据处理时采用栈结构的依据是()
- 下一篇:图的深度优先遍历类似于树的()
最大容量为n的循环队列,队尾指针是rear,队头是front,则队满的条件是()。
A.(rear+1)%n==front
B.rear==front
C.rear+1==front
D.(rear-l)%n==front
正确答案:(rear+1)%n==front