Skip to content

Commit 7be34d3

Browse files
📦 DOC: Updated docs for new solution
1 parent 66ed8fa commit 7be34d3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# LeetCode-In-JS
1+
# LeetCode with JavaScript
22
Solve [LeetCode](https://leetcode.com) problems using JavaScript By Topic wise with Test-cases(Jest).
33

44
---
55

6+
### Test
7+
```
8+
npm test
9+
```
10+
611
## Array Problems Solution -
7-
1. [Two Sum](https://leetcode.com/problems/two-sum/) - [Solution](https://github.com/ManiruzzamanAkash/LeetCode-In-JS/blob/main/two-sum/)
12+
1. [Two Sum](https://leetcode.com/problems/two-sum/) - [Solution](https://github.com/ManiruzzamanAkash/LeetCode-In-JS/blob/main/two-sum/)
13+
1. [Remove duplicates from sorted array]() - [Solution](https://github.com/ManiruzzamanAkash/LeetCode-In-JS/tree/main/remove-duplicates-from-sorted-array)

0 commit comments

Comments
 (0)