Coding exercises with their unit tests
- Unix based OS
- Python 3
- git clone [email protected]:dmb225/algorithms.git
- cd algorithms
- virtualenv --python=python3.8 venv --no-site-packages
- source venv /bin/activate
- pip install -r requirements.txt
- pytest source
- flake8 source
- Dao Malick BENIN