Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 58bcb6b

Browse files
committed
No125
1 parent 3305410 commit 58bcb6b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,36 +34,36 @@ I really **enjoy** it, I will always update it.
3434

3535
| Problem | Solution | Time | Difficulty | Note |
3636
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | ---------- | ---- |
37-
| [21.Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists) | [java](https://github.com/tujietg/Algorithm/blob/master/LinkedList/No21.java) | O(N) | Easy | |
37+
| [21.Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists) | [java](https://github.com/tujietg/Algorithm/blob/master/leetcode/LinkedList/No21.java) | O(N) | Easy | |
3838

3939
<h3 id = 3>String</h4>
4040

4141
| Problem | Solution | Time | Difficulty | Note |
4242
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------ | ---------- | ----------------------------------- |
43-
| [28.Implement strStr()](https://leetcode.com/problems/implement-strstr) | [java](https://github.com/tujietg/Algorithm/blob/master/String/No28.java) | O(N)\|\|O(1) | Easy | |
44-
| [58.Length of Last Word](https://leetcode.com/problems/length-of-last-word) | [java](https://github.com/tujietg/Algorithm/blob/master/String/No58.java) | | Easy | |
45-
| [20.Valid Parentheses](https://leetcode.com/problems/valid-parentheses) | [java](https://github.com/tujietg/Algorithm/blob/master/String/No20.java) | O(N) | Easy | 🤣最终的返回为stack.isEmpty() |
46-
| [125.Valid Palindrome](https://leetcode.com/problems/valid-palindrome) | [java](https://github.com/tujietg/Algorithm/blob/master/String/No125.java) | | Easy | API:isLetterOrDigit() toLowerCase() |
43+
| [28.Implement strStr()](https://leetcode.com/problems/implement-strstr) | [java](https://github.com/tujietg/Algorithm/blob/master/leetcode/String/No28.java) | O(N)\|\|O(1) | Easy | |
44+
| [58.Length of Last Word](https://leetcode.com/problems/length-of-last-word) | [java](https://github.com/tujietg/Algorithm/blob/master/leetcode/String/No58.java) | | Easy | |
45+
| [20.Valid Parentheses](https://leetcode.com/problems/valid-parentheses) | [java](https://github.com/tujietg/Algorithm/blob/master/leetcode/String/No20.java) | O(N) | Easy | 🤣最终的返回为stack.isEmpty() |
46+
| [125.Valid Palindrome](https://leetcode.com/problems/valid-palindrome) | [java](https://github.com/tujietg/Algorithm/blob/master/leetcode/String/No125.java) | | Easy | API:isLetterOrDigit() toLowerCase() |
4747

4848
<h3 id = 4>Tree</h3>
4949

5050
| Problem | Solution | Time | Difficulty | Note |
5151
| -------------------------------------------------------- | ------------------------------------------------------------ | ---- | ---------- | ---- |
52-
| [100.Same Tree](https://leetcode.com/problems/same-tree) | [java](https://github.com/tujietg/Algorithm/blob/master/Tree/No100.java) | O(N) | Easy | |
52+
| [100.Same Tree](https://leetcode.com/problems/same-tree) | [java](https://github.com/tujietg/Algorithm/blob/master/leetcode/Tree/No100.java) | O(N) | Easy | |
5353
| | | | | |
5454

5555
<h3 id = 5>Math</h3>
5656

5757
| Problem | Solution | Time | Difficulty | Note |
5858
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | ---------- | ---- |
59-
| [7.Reverse Integer](https://leetcode.com/problems/reverse-integer) | [java](https://github.com/tujietg/Algorithm/blob/master/math/No07.java) | | Easy | |
60-
| [9.Palindrome Number](https://leetcode.com/problems/palindrome-number) | [java](https://github.com/tujietg/Algorithm/blob/master/math/No09.java) | O(N) | Easy | |
59+
| [7.Reverse Integer](https://leetcode.com/problems/reverse-integer) | [java](https://github.com/tujietg/Algorithm/blob/master/leetcode/math/No07.java) | | Easy | |
60+
| [9.Palindrome Number](https://leetcode.com/problems/palindrome-number) | [java](https://github.com/tujietg/Algorithm/blob/master/leetcode/math/No09.java) | O(N) | Easy | |
6161

6262
<h3 id="6">DP</h3>
6363

6464
| Problem | Solution | Time | Difficulty | Note |
6565
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | ---------- | ------------------------------------------------------------ |
66-
| [70.Climbing Stairs](https://leetcode.com/problems/climbing-stairs) | [java](https://github.com/tujietg/Algorithm/blob/master/DP/No70.java) | O(N) | Easy | [DP初步讲解](https://leetcode.com/articles/climbing-stairs/) & [讲解](https://leetcode.com/problems/climbing-stairs/discuss/163347/Python-3000DP-or-tm) |
66+
| [70.Climbing Stairs](https://leetcode.com/problems/climbing-stairs) | [java](https://github.com/tujietg/Algorithm/blob/master/leetcode/DP/No70.java) | O(N) | Easy | [DP初步讲解](https://leetcode.com/articles/climbing-stairs/) & [讲解](https://leetcode.com/problems/climbing-stairs/discuss/163347/Python-3000DP-or-tm) |
6767

6868

6969

0 commit comments

Comments
 (0)