Welcome to my LeetCode solutions repository! This is a comprehensive collection showcasing problem-solving journey across various topics and difficulty levels. This repository is open for Hacktoberfest 2025 contributions! 🎉
🛠️ Bit Manipulation
Difficulty Levels:
Problems categorized into:
🔴 Hard
Learning Journey:
Each solution includes:
IMPORTANT: This repository follows a specific structure. Please adhere to it when contributing:
/LeetCode-Solutions
├── 1-two-sum/
│ ├── README.md # Problem description and explanation
│ └── two-sum.py # Solution code
├── 2-add-two-numbers/
│ ├── README.md # Problem description and explanation
│ └── add-two-numbers.cpp # Solution code
├── 15-3sum/
│ ├── README.md # Problem description and explanation
│ └── 3sum.py # Solution code
└── README.md # This file
{question-number}-{question-name}/1-two-sum/, 121-valid-palindrome/, 200-number-of-islands/Example walkthrough
Solution file - Named as {question-name}.py or {question-name}.cpp
This repository is participating in Hacktoberfest 2025! We welcome contributors of all skill levels to help grow this comprehensive collection of LeetCode solutions.
# Clone your forked repository
git clone https://github.com/YOUR-USERNAME/leetcode-solution.git
cd leetcode-solution
# Create a new branch for your contribution
git checkout -b solution/problem-name
{number}-{problem-name}/README.md with problem description and your approach{problem-name}.py or {problem-name}.cpp# Add your changes
git add .
# Commit with a meaningful message
git commit -m "Add solution for Problem #123: Problem Name"
# Push to your fork
git push origin solution/problem-name
When creating your PR, please include: - Problem number and name - Approach used (e.g., Two Pointers, Dynamic Programming) - Time and Space complexity - Any additional notes or optimizations
New to open source? Look for these types of contributions: - Easy-level LeetCode problems - Adding missing solutions in popular languages - Improving documentation in existing solutions - Adding complexity analysis to solutions
invalidspam and closed immediatelyAll contributors will be acknowledged in our contributors section. Top contributors may be featured in repository highlights!
By participating in this project, you agree to maintain a respectful and inclusive environment. Be kind, helpful, and constructive in all interactions.
Happy Coding! Let's make this Hacktoberfest amazing together! 🚀
Remember: The goal is to learn, contribute, and grow together as a community. Every contribution, no matter how small, makes a difference!
$ claude mcp add Leetcode-solutions \
-- python -m otcore.mcp_server <graph>