This project correlates to the Problem Solving with Algorithms and Data Structures Using Python textbook. Currently this project offers basic examples of the concepts covered in the textbook.
- Download and install Python
- Download PyCharm
- Clone repo locally
- Open projects in PyCharm (or IDLE if you prefer)
- Run the relevant program(s)
- Python 3.11.1
Largely, the comments in the code throughout this repo paraphrase or quote the textbook. In some places, examples have been taken from other online resources.