Collection of problems I'm solving on LeetCode, met on the interviews or any other sources. Plus an implementation of few simple algorithms.
Python 3 is required. Tested version of Python 3 to run the code is 3.10.2
.
pip install -r requirements.txt
Run tests with the command below.
pytest