Problem
1. What operations are easier to implement with a doubly linked list than with a singly linked list? What operations are more difficult?
2. Give the definition of the member function push of the template class Stack described in Displays 17.17 and 17.19.