This repository contains solutions to the coding challenges sent out by the Daily Coding Problem email newsletter. Each day, a new coding problem is sent out to subscribers, and this repository contains my solutions to those problems.
To run the solutions on your local machine, you'll need to have Python 3 installed. Once you have Python installed, navigate to the directory containing the solution file you want to run and use the following command:
cd daily-coding-problems/2023/04/21
python3 solution.py
- Python 3
- Visual Studio Code