laboratory 7

Queue ADT

Objectives

In this laboratory you

img 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.

img utilize a queue in a simple simulation.

img learn about pseudo random numbers.

img 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.