You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,24 @@
15
15
-**Organized and Accessible:** Each solution is meticulously organized by difficulty and language, making it easy to navigate and find what you need.
16
16
-**In-Depth Explanations:** You'll find README files in each problem folder with detailed explanations of the problem, the approach taken, and a thorough walkthrough of the solution.
17
17
18
+
## 🏗️ Folder Structure
19
+
```text
20
+
leetcode-solution/
21
+
│
22
+
├── Python/
23
+
│ ├── Easy/
24
+
│ ├── Medium/
25
+
│ └── Hard/
26
+
├── C++/
27
+
├── JavaScript/
28
+
├── TypeScript/
29
+
├── SQL/
30
+
│
31
+
├── Question_List_0001_1000.md
32
+
├── Question_List_1001_2000.md
33
+
├── Question_List_2001_3000.md
34
+
└── Question_List_3001_4000.md
35
+
```
18
36
19
37
## Question List
20
38
@@ -88,6 +106,13 @@ We love new solutions & optimizations!
88
106
3. Add a short explanation (README or comments)
89
107
4. Tag your PR with the language label
90
108
109
+
## Support
110
+
111
+
If this project helped you:
112
+
113
+
Star this repository!
114
+
It helps others discover the repo and keeps the project growing.
115
+
91
116
---
92
117
93
118
Feedback / Questions → open an Issue or reach out on [LinkedIn](https://linkedin.com/in/hogan-tech)
0 commit comments