Problem 3
What is the difference between a static stack and a dynamic stack?
Problem 7
What types may the STL stack be based on? By default, what type is an STL stack based on?
Problem 19
The two primary queue operations are __________ and __________.
Problem 27
Write two different code segments that may be used to wrap an index back around to the beginning of an array when it moves past the end of the array. Use an if/else statement in one segment and modular arithmetic in the other.