These are my solutions to https://dailycodingproblem.com, a great resource to practice coding interviews.
I have copied problem definitions and examples verbatim from the one I received, but they might occasionally differ from yours when questions have been updated to improve clarity or provide additional tests. Notes added after examples are comments of mine.
Each problem comes with a description, a unit tests' battery and a solution.
Just looking for a FizzBuzz implementation? Find a few here!
Pull requests warmly welcomed if you spot issues with any of my solutions!
You can also contribute additional unit tests for interesting untested scenarios.
To run all the unit tests for the provided solutions, use the run_tests.py scripts inside the problems and legacy directories.
Python 2.7 compatible versions are available under the legacy directory.