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

Commit bb0ebc9

Browse files
committed
No136
1 parent e9a906b commit bb0ebc9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,17 @@ I really **enjoy** it, I will always update it.
5454

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

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(位运算)才是解决王道 |
6162

6263
<h3 id="6">DP</h3>
6364

6465
| Problem | Solution | Time | Difficulty | Note |
6566
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | ---------- | ------------------------------------------------------------ |
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) |
6768

6869

6970

0 commit comments

Comments
 (0)