Objectives : Stacks and Queues
-
understand concept of a queue as an ADT
-
understand the concept of a stack as an ADT
-
be able to design and maintain a queue interface on top of the linked list class
-
be able to design and maintain a stack interface on top of the linked list class
-
understand concept of a queue as an ADT
-
understand the concept of a stack as an ADT