Problem
1. Give an adapter class to support the Stack interface using the methods of the array list ADT.
2. Draw pictures illustrating each of the major steps in the algorithms given in the previous exercise
3. Provide the details of an array implementation of the node list ADT, including how to perform the methods add Before and addAfter.