Skip to content

Commit adfbc47

Browse files
author
Sanajit Jana
committed
2 parents 3762695 + 52b3990 commit adfbc47

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A collection of my solutions to LeetCode problems, written in various programmin
66

77
## 📝 About
88

9-
This repository contains solutions to problems from [LeetCode](https://leetcode.com/). Solutions are organized by problem name/number and language. Each solution includes clear code and, where relevant, explanations or comments to help you understand the approach.
9+
This repository contains solutions to problems from Leetcode. Solutions are organized by problem name/number and language. Each solution includes clear code and, where relevant, explanations or comments to help you understand the approach.
1010

1111
---
1212

@@ -24,11 +24,6 @@ Leetcode-Solutions/
2424
│ └── ...
2525
├── Medium/
2626
│ ├── 0002-add-two-numbers.java
27-
│ ├── 0019-remove-nth-node-from-end-of-list.java
28-
│ └── ...
29-
├── Hard/
30-
│ ├── 0042-trapping-rain-water.java
31-
│ └── ...
3227
└── Notes/
3328
├── patterns.md
3429
└── tips.md
@@ -69,4 +64,4 @@ This repository is licensed under the [MIT License](LICENSE).
6964
## 🏆 Progress
7065

7166
- Problems solved: 26
72-
- Last updated: 04 Oct 2025, 11:27 AM UTC+05:30
67+
- Last updated: 10 Oct 2025, 05:59 PM UTC+05:30

0 commit comments

Comments
 (0)