判定一个队列Q(最多元素为m)为满队列的条件是()

Q->rear-Q->front==m Q->rear-Q->front-1==m Q->front==Q->rear Q->front==Q->rear+1

时间:2023-11-05 10:00:41

相似题目