Reading material
Pages 136-140 (Section 4.1.1), pages 140-145 (Section 4.1.2),
pages 149-152 (Section 4.2.1), pages 152-155 (Section 4.2.2)
and pages 100-103 (Section 3.2)
Review pages 76-84 (Section 2.3 and 2.4)
Additional material
Implementation of a stack and queue with an array in pseudocode:
PostScript and
PDF
Stack
StackEmptyException
Queue
QueueEmptyException
ArrayStack
StackFullException
ArrayQueue
QueueFullException