Skip to content

Commit 35ec129

Browse files
authored
Update README.md
1 parent 5e4d08f commit 35ec129

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# LeetCodeOJ
1+
# LeetCodeOJ
2+
3+
| ID | Title | Solution | Difficulty |
4+
|---| ----- | -------- | ---------- |
5+
|1|[Two Sum](https://leetcode.com/problems/two-sum/) | [JavaScript](./src/two-sum.js)|Easy|
6+
|434|[Number of Segments in a String](https://leetcode.com/problems/number-of-segments-in-a-string/) | [JavaScript](./src/number-of-segments-in-a-string.js)|Easy|

0 commit comments

Comments
 (0)