File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ I really **enjoy** it, I will always update it.
6
6
7
7
🎉🎉🎉 Started at 2018.9.11
8
8
9
+ 🙈🙈🙈Restart at 2019.01.14
10
+
9
11
# directory
10
12
11
13
- [ leetcode] ( #0 )
@@ -54,11 +56,13 @@ I really **enjoy** it, I will always update it.
54
56
55
57
<h3 id = 5 >Math</h3 >
56
58
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
+ | | | | | |
62
66
63
67
<h3 id =" 6 " >DP</h3 >
64
68
You can’t perform that action at this time.
0 commit comments