- 🔢 Problems Solved: 13 / 150
- 🟢 Easy: 8
- 🟠 Medium: 5
- 🔴 Hard: 0
- 🧩 Languages: 2
- 🎯 Goal: Top 150 LeetCode Problems
- 🟩⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜ 13/150 (8%)
This repository contains my solutions to LeetCode problems for the Top Interview 150 Questions, organized by difficulty.
Each solution includes code, a short explanation, and complexity analysis if needed.
easy/
beginner-level problemsmedium/
intermediate challengeshard/
advanced questionsutils/
code templates or reusable snippets
Each solution file is named using this pattern:
[difficulty]/[problem-number]-[kebab-case-title].[extension]
- Solve all Top 150 LeetCode problems and build a strong, organized GitHub portfolio.
# | Title | Difficulty | Language | Status |
---|---|---|---|---|
129 | Max Profit | EASY | C | ✅ |
88 | Merge Sorted Array | EASY | C | ✅ |
217 | Valid Anagram | EASY | PY | ✅ |
27 | Remove Element | EASY | C | ✅ |
217 | Contains Duplicates | EASY | PY | ✅ |
1 | Two Sum | EASY | PY | ✅ |
169 | Majority Element | EASY | C | ✅ |
26 | Remove Duplicates From Sorted Array | EASY | C | ✅ |
45 | Jump Game 2 | MEDIUM | C | ✅ |
189 | Rotate Array | MEDIUM | C | ✅ |
122 | Max Profit 2 | MEDIUM | C | ✅ |
274 | H Index | MEDIUM | C | 🟠 |
55 | Jump Game | MEDIUM | C | ✅ |
80 | Remove Duplicates From Sorted Array2 | MEDIUM | C | ✅ |
135 | Candy | HARD | C | 🔴 |