A curated collection of clean, readable Python solutions to LeetCode problems.
Principles followed:
- Clear variable names
- No unnecessary tricks
- Edge cases handled explicitly
- Idiomatic Python
Structure: easy/ 1_two-sum.py 9_palindrome.py 13_roman_to_integer.py ...
This repo exists to demonstrate basic data structures, algorithmic thinking, and code clarity.