laboratory 7
Queue ADT
Objectives
In this laboratory you
create two implementations of the Queue ADT—one based on an array representation of a queue, the other based on a singly linked list representation.
utilize a queue in a simple simulation.
learn about pseudo random numbers.
analyze the memory requirements of your array and linked list queue ...
Get C++ Data Structures: A Laboratory Course, 3rd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.