Skip to content

Commit 4034c8d

Browse files
authored
Update README.md
1 parent 0f5f848 commit 4034c8d

File tree

1 file changed

+51
-2
lines changed

1 file changed

+51
-2
lines changed

README.md

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,51 @@
1-
# leetcode
2-
This repository contains my curated solutions to various LeetCode problems, solved using Python, Java, PHP, Javascript, go. Each solution is organized by difficulty level (Easy, Medium, Hard) and includes clean, well-documented code with explanations where needed.
1+
# LeetCode Solutions 🧠💻
2+
3+
This repository contains my curated solutions to various **LeetCode** problems, written in **Python**, **Java**, **PHP**, **JavaScript**, **Go**, **Rust**.
4+
5+
Each solution is:
6+
- Categorized by **difficulty level**: `Easy`, `Medium`, `Hard`
7+
- Written with **clean**, **well-documented code**
8+
- Includes explanations where needed to improve understanding
9+
10+
---
11+
12+
## 📌 How to Use
13+
14+
- Switch branches to explore solutions in different programming languages:
15+
- [`main`](https://github.com/AldythNahak/leetcode) – Python
16+
- [`java`](https://github.com/AldythNahak/leetcode/tree/java) – Java
17+
- [`php`](https://github.com/AldythNahak/leetcode/tree/php) – PHP
18+
- [`javascript`](https://github.com/AldythNahak/leetcode/tree/javascript) – JavaScript
19+
- [`go`](https://github.com/AldythNahak/leetcode/tree/go) – Go
20+
- [`go`](https://github.com/AldythNahak/leetcode/tree/rust) – Rust
21+
22+
> Tip: Each branch mirrors the same folder structure for consistency across languages.
23+
24+
---
25+
26+
## 🗂 Folder Structure
27+
leetcode/
28+
├── easy/
29+
├── medium/
30+
├── hard/
31+
└── README.md
32+
33+
---
34+
35+
## 📖 Goal
36+
37+
This repository serves as a learning log, a reference for interview prep, and a contribution to the open-source learning community.
38+
39+
---
40+
41+
## 🧑‍💻 Author
42+
43+
**Aldyth Nahak**
44+
[LinkedIn](https://linkedin.com/in/aldythnahak) | [GitHub](https://github.com/AldythNahak)
45+
46+
---
47+
48+
## ⭐️ Contribute or Follow
49+
50+
Feel free to fork, clone, or star this repo if you find it helpful!
51+

0 commit comments

Comments
 (0)