A ________ is a double-ended queue.
A) two-headed stack
B) two-tailed vector
C) circular array
D) deque
E) None of the above
D) deque
Computer Science & Information Technology
You might also like to view...
How do you concatenate two string values (str1, str2)?
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
To terminate a program, use the Java statement:
a. System.quit(0); b. System.end(0); c. System.abort(0); d. System.exit(0);
Computer Science & Information Technology