Skip to content

Commit aa336a1

Browse files
committed
update readme
1 parent fa20886 commit aa336a1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@
1515
- **Organized and Accessible:** Each solution is meticulously organized by difficulty and language, making it easy to navigate and find what you need.
1616
- **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.
1717

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+
```
1836

1937
## Question List
2038

@@ -88,6 +106,13 @@ We love new solutions & optimizations!
88106
3. Add a short explanation (README or comments)
89107
4. Tag your PR with the language label
90108

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+
91116
---
92117

93118
Feedback / Questions → open an Issue or reach out on [LinkedIn](https://linkedin.com/in/hogan-tech)

0 commit comments

Comments
 (0)