Programming Exercises assigned from Chapter 3.
This course was based off the code found in the following free online textbook:
https://runestone.academy/runestone/books/published/pythonds/index.html
Chapter 3 covers the following data structures: Stacks, Queues, Dequeues, Unordered/Ordered Lists, & Linked Lists.
The prompts for each problem can be found commented at the top of each file or at the end of Chapter 3 in the textbook.