Problem
1. Provide an example where a dynamic capacity stack must be used and explain why all the other learned data structures are not applicable (e.g., fixed capacity stack or dynamic capacity bag).
2. Provide an example where a fixed capacity queue must be used, explain why and why a fixed capacity bag or stack cannot (or is not recommended to) be used, explain why (paragraph answer)
3. Provide an example where a fixed capacity stack must be used and one example where a fixed capacity bag must be used, explain why, and explaining why the other structure will not be recommended in that situation. (Paragraph answer)
4. Provide an example where a dynamic capacity queue must be used and explain why all the other learned data structures are not applicable (e.g., fixed capacity stack or dynamic capacity bag).
5. Provide an example where a linked list stack must be used and explain why all the other learned data structures are not applicable (e.g., fixed capacity stack or dynamic capacity bag).
6. Provide an example where a linked list queue must be used and explain why all the other learned data structures are not applicable (e.g., fixed capacity stack or dynamic capacity bag).