题目内容

A: What's your marital status?B:_______.

A. I'm alone.
B. I'm unmarried
C. I'm single.

查看答案
更多问题

Google is a ______ Giant in the USA.

A. Industry
B. E-commence
C. Tech

循环队列是队列的( )。

A. 顺序存储结构
B. 链式存储结构
C. 索引存储结构
D. 散列存储结构

设循环队列中数组的下标范围是1~n,其头尾指针分别是f、r,则队列中元素个数为( )。

A. r - f
B. r –f + 1
C. (r – f + 1)mod n
D. ( r – f + n ) mod n

在循环队列中(少用一个存储空间),队满的条件是( )。

A. (rear+1)%maxsize==front
B. raer==front
C. (front+1)%maxsize==rear
D. rear==0

答案查题题库