A repository hosting my solutions to Daily Coding Problems.
My primary goal is to have daily practice questions to keep up with my learning, putting my skills to the test and maintaining my problem solving skills. Thus you may sometimes find bonus/additional solutions to some questions. Note: The additional answers may not always be properly optimised.
Most answers will include some comments to explain my reasoning and techniques.
Feel free to discuss the solutions in the Discussions section of this repo.
| # | File |
|---|---|
| 001 | problem-1-easy.py |
| 002 | problem-2-hard.py |
| 003 | problem-3-medium.py |