Page 142, Exericse 4

Assuming a simple stack implementation such as the one given in Page 142, Exercise 2, there is no combination that will produce O(MAX_STACK_SIZE). Since both the push and pop operations require a time of O(1), this is the time for each operation using two stacks with one starting at each end of the array.