@@ -34,36 +34,36 @@ I really **enjoy** it, I will always update it.
34
34
35
35
| Problem | Solution | Time | Difficulty | Note |
36
36
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | ---------- | ---- |
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 | |
38
38
39
39
<h3 id = 3 >String</h4 >
40
40
41
41
| Problem | Solution | Time | Difficulty | Note |
42
42
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------ | ---------- | ----------------------------------- |
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() |
47
47
48
48
<h3 id = 4 >Tree</h3 >
49
49
50
50
| Problem | Solution | Time | Difficulty | Note |
51
51
| -------------------------------------------------------- | ------------------------------------------------------------ | ---- | ---------- | ---- |
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 | |
53
53
| | | | | |
54
54
55
55
<h3 id = 5 >Math</h3 >
56
56
57
57
| Problem | Solution | Time | Difficulty | Note |
58
58
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | ---------- | ---- |
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 | |
61
61
62
62
<h3 id =" 6 " >DP</h3 >
63
63
64
64
| Problem | Solution | Time | Difficulty | Note |
65
65
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | ---------- | ------------------------------------------------------------ |
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 ) |
67
67
68
68
69
69
0 commit comments