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.