Lab 9 -- Data Structures
Due WEDNESDAY May 31 before 5:00 PM
- Implement a class Queue (with operations enqueue and dequeue)
using two stacks.
- Implement a class Stack (with operations push and pop) using two
queues.
- Implement a class LinkedList (with operations insert and delete)
and use it to re-implement the class Stack and the class Queue.
Visited
times since March 23, 1999 (or the last crash).