Skip to content

Commit 5ee25a9

Browse files
committed
change readme
1 parent bde8702 commit 5ee25a9

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

code/lc124.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package code;
2+
3+
public class lc124 {
4+
}

code/lc128.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package code;
2+
3+
public class lc128 {
4+
}

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Welcome to improve this project with me.*
2323

2424
| \# | Problems | Difficulty | Solution |
2525
|----|----------|-----------|------|
26-
| 001 | [Two_Sum](https://leetcode.com/problems/two-sum/) | Easy | [Java](./src/lc1.java)
27-
| 002 | [Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) |Medium| [Java](./src/lc2.java)
28-
| 003 | [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/) | Medium | [Java]
29-
| 004 | [Median of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays) | Hard | [Java]
26+
| 001 | [Two_Sum](https://leetcode.com/problems/two-sum/) | Easy | [Java](./code/lc1.java)
27+
| 002 | [Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) |Medium| [Java](./code/lc2.java)
28+
| 003 | [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/) | Medium | [Java](./code/lc3.java)
29+
| 004 | [Median of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays) | Hard | [Java](./code/lc4.java)
3030
| 005 | [Longest Palindromic Substring](https://leetcode.com/problems/longest-palindromic-substring/) |Medium|[Java]
3131
| 010 | [Regular Expression Matching](https://leetcode.com/problems/regular-expression-matching/) | Hard | [Java]
3232
| 011 | [Container With Most Water](https://leetcode.com/problems/container-with-most-water/) |Medium| [Java]

0 commit comments

Comments
 (0)