Problem
1. Extend a solution to the previous problem so that users are allowed to update the prices for their buy or sell orders that have yet to be processed.
2. Show how to implement the stack ADT using only a priority queue and one additional integer instance variable.