Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 556 Bytes

File metadata and controls

8 lines (6 loc) · 556 Bytes

leetcode_problems

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.

Repository structure

  • problems/ - module with solved problems. Each submodule (name notation: problem_name_problem_number.py, lowercase) consists of README and solution.py
  • tests/ - some of tasks have tests written (name notation: test_problem_name_problem_number.py, lowercase) for solved problems. Powered by pytest.