This is a set of solutions of classic algorithmic problems written in Python.
In order to run all tests use following command:
pytest -p no:cacheprovider
All the algorithms were created and tested with following versions:
- Python v3.8
- Pytest v5.3.5