Skip to content

Commit 996b646

Browse files
authored
Update README.md
1 parent d0d3bea commit 996b646

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

README.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,48 @@
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+
248
<img src="https://i.pinimg.com/564x/0c/43/5a/0c435ab948b151fd834be55f80a09794.jpg" alt='leetcode logo' width="100%" height="300px">

0 commit comments

Comments
 (0)