My solved problems from leetcode. Actually, at some point it became more efficient to solve problems directly on the site leetcode.com directly, so here is only some of the solved problems.
problems/
- module with solved problems. Each submodule (name notation:problem_name
_problem_number.py
, lowercase) consists of README and solution.pytests/
- some of tasks have tests written (name notation:test
_problem_name
_problem_number.py
, lowercase) for solved problems. Powered by pytest.