|
1 | | -# leetcode |
| 1 | +# 🧠 LeetCode Solutions |
| 2 | + |
| 3 | +This repository contains my solutions to various **LeetCode** problems, implemented in multiple languages as I practice algorithmic thinking, data structures, and coding challenges. |
| 4 | + |
| 5 | +--- |
| 6 | +## 🛠️ Tech Stack |
| 7 | + |
| 8 | +- **C++** – Standard solutions using STL and custom utilities |
| 9 | +- Other languages as needed (Java, JavaScript, etc.) |
| 10 | +- **Online judge / LeetCode** – problems sourced from LeetCode |
| 11 | + |
| 12 | +--- |
| 13 | +## 📚 Features & Goals |
| 14 | + |
| 15 | +- Practice and sharpen algorithm & data structure skills |
| 16 | +- Solve problems across difficulties: Easy, Medium, Hard |
| 17 | +- Use clean code and reusable templates (linked lists, trees, graphs, etc.) |
| 18 | +- Track progress over time |
| 19 | +- Prepare for coding interviews |
| 20 | + |
| 21 | +--- |
| 22 | +## 🚀 Roadmap / Future Plans |
| 23 | + |
| 24 | +- Continue solving more challenging problems |
| 25 | +- Add explanations / comments / problem analyses |
| 26 | +- Group by topic (Arrays, Strings, Dynamic Programming, Trees, Graphs) |
| 27 | +- Add test harness / unit tests for each solution |
| 28 | +- Add benchmark comparisons where relevant |
| 29 | +- Document time / space complexity for each solution |
| 30 | + |
| 31 | +--- |
| 32 | +## 👤 Author |
| 33 | + |
| 34 | +**Bola Nabil** — coding enthusiast & problem solver |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
2 | 48 | <img src="https://i.pinimg.com/564x/0c/43/5a/0c435ab948b151fd834be55f80a09794.jpg" alt='leetcode logo' width="100%" height="300px">
|
0 commit comments