If a stack is implemented with an array, should the top of the stack be associated with the lowest or the highest index of the array that is currently in use?
What main convenience does a doubly linked list offer in comparison to a singly linked list as a means for implementing the List ADT?