Skip to content

LunusMax/leetcode

Repository files navigation

🧠 LeetCode Solutions in Python

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

📁 Repository Structure

📦 leetcode-python
├── 9-isPalindrome/
│ ├── README.md
│ └── solution.py
└── ...


🧩 Main Topics

  • Data Structures and Algorithms
  • Recursion and Dynamic Programming
  • Graph and Tree Traversal
  • Optimization Techniques (Two Pointers, Sliding Window, Hash Maps)

🚀 How to Run

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

🧰 Tools & Setup

  • Python 3.10+
  • VS Code / Jupyter Notebook
  • pytest for testing (optional)
  • Black + isort for code formatting

✨ About

👨‍💻 Developed by Lucio Nunes
🎓 Data Scientist & M.Sc. in Computer Science
🔗 LinkedInGitHub

About

Solutions for problems solved on Leetcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages