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

Commit 9f04b02

Browse files
committed
No171(easy)
1 parent 5533e04 commit 9f04b02

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ I really **enjoy** it, I will always update it.
66

77
🎉🎉🎉 Started at 2018.9.11
88

9+
🙈🙈🙈Restart at 2019.01.14
10+
911
# directory
1012

1113
- [leetcode](#0)
@@ -54,11 +56,13 @@ I really **enjoy** it, I will always update it.
5456

5557
<h3 id = 5>Math</h3>
5658

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(位运算)才是解决王道 |
59+
| Problem | Solution | Time | Difficulty | Note |
60+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | ---------- | ------------------------------------------------------------ |
61+
| [7.Reverse Integer](https://leetcode.com/problems/reverse-integer) | [java](https://github.com/tujietg/Algorithm/blob/master/leetcode/math/No07.java) | | Easy | |
62+
| [9.Palindrome Number](https://leetcode.com/problems/palindrome-number) | [java](https://github.com/tujietg/Algorithm/blob/master/leetcode/math/No09.java) | O(N) | Easy | |
63+
| [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(位运算)才是解决王道 |
64+
| [171Excel Sheet Column Number](https://leetcode.com/problems/excel-sheet-column-number) | [java](https://github.com/tujietg/Algorithm/blob/master/leetcode/math/No171.java) | O(N) | Easy | 🙈打脸,Restart的第一道题,思维迟钝了,以后每天一道~坚持住! |
65+
| | | | | |
6266

6367
<h3 id="6">DP</h3>
6468

0 commit comments

Comments
 (0)