File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,17 @@ I really **enjoy** it, I will always update it.
54
54
55
55
<h3 id = 5 >Math</h3 >
56
56
57
- | Problem | Solution | Time | Difficulty | Note |
58
- | ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | ---------- | ---- |
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 | |
57
+ | Problem | Solution | Time | Difficulty | Note |
58
+ | ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | ---------- | ------------------------------------- |
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
+ | [ 136.Single Number] ( https://leetcode.com/problems/single-number ) | [ java] ( https://github.com/tujietg/Algorithm/blob/master/leetcode/math/No136.java ) | O(N) | Easy | 🤣Bit Manipulation(位运算)才是解决王道 |
61
62
62
63
<h3 id =" 6 " >DP</h3 >
63
64
64
65
| Problem | Solution | Time | Difficulty | Note |
65
66
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | ---------- | ------------------------------------------------------------ |
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
+ | [ 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
68
68
69
69
70
You can’t perform that action at this time.
0 commit comments