This repository contains my LeetCode problem solutions implemented in Python.
Each folder represents one problem and follows the naming pattern:
<number>-<problem-name>
For example:
9-isPalindrome/
Each folder includes:
- 📝 README.md → short explanation and approach
- 💡 solution.py → Python implementation
📦 leetcode-python
├── 9-isPalindrome/
│ ├── README.md
│ └── solution.py
└── ...
- Data Structures and Algorithms
- Recursion and Dynamic Programming
- Graph and Tree Traversal
- Optimization Techniques (Two Pointers, Sliding Window, Hash Maps)
Clone the repository and run any solution directly:
git clone https://github.com/LunusMax/leetcode-python.git
cd leetcode-python/9-isPalindrome
python solution.py
- Python 3.10+
- VS Code / Jupyter Notebook
- pytest for testing (optional)
- Black + isort for code formatting
👨💻 Developed by Lucio Nunes
🎓 Data Scientist & M.Sc. in Computer Science
🔗 LinkedIn • GitHub