Choose the best choice of data structure from among Queue, Stack, Hash Table, or Binary Search Tree for the following si
Posted: Sun May 15, 2022 12:55 pm
Choose the best choice of data structure from among Queue,
Stack, Hash Table, or Binary Search Tree for the following
situations. Provide a short justification for your answer:
(a) The ”back” functionality of a web browser.
(b) Finding the person with the next upcoming birthday in a
class of 30.
(c) Storing order information for customers in a single-lane
drive-through.
(d) Storing order information for customers using online or
mobile ordering.
Stack, Hash Table, or Binary Search Tree for the following
situations. Provide a short justification for your answer:
(a) The ”back” functionality of a web browser.
(b) Finding the person with the next upcoming birthday in a
class of 30.
(c) Storing order information for customers in a single-lane
drive-through.
(d) Storing order information for customers using online or
mobile ordering.