/jedi-training

Solutions to coding problems by the daily coding problem challenge

Primary LanguagePython

Daily-Coding-Challenge

This is my attempt of the Daily coding challenge. I will update with solved problems.

The problems module contains solutions implemented while Tests module contains unit tests for the problems.

Some tests are small, feel free to add more test cases through a PR

To execute all tests,

py -m unittest discover -s tests -v