Multiple Choice
You need to write a program to manage a waiting list of patrons at a restaurant.Which data structure would be most appropriate to model this situation?
A) queue
B) map
C) stack
D) linked list
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q52: What operation is least efficient in a
Q53: Which of the following statements about manipulating
Q54: Which of the following statements about manipulating
Q55: Which of the following statements about the
Q56: Consider the code snippet shown below: <img
Q58: In a linked list data structure, when
Q59: When using a list iterator, on which
Q60: Complete the following code, which is intended
Q61: A collection that allows items to be
Q62: Assume that you have declared a map