Repository where I store my solutions to LeetCode problems.
Nothing fancy here: it is a study log. Each file is the solution I wrote for a problem, the way I solved it at the time.
One file per problem, named after the problem number and slug, grouped by difficulty:
easy/
1.two-sum.py
9.palindrome-number.py
217.contains-duplicate.py
medium/
hard/
- Python 3
- ruff for linting and formatting