1
1
# :pencil2 : Leetcode Solutions with Python,Golang
2
- Update time: 2017-05-27 09:13:04
2
+ Update time: 2017-05-28 09:15:45
3
3
4
4
Auto created by [ leetcode_generate] ( https://github.com/bonfy/leetcode )
5
5
6
- I have solved ** 96 / 535 ** problems
6
+ I have solved ** 96 / 539 ** problems
7
7
while there are ** 97** problems still locked.
8
8
9
9
If you want to use this tool please follow this [ Usage Guide] ( https://github.com/bonfy/leetcode/blob/master/README_leetcode_generate.md )
@@ -536,6 +536,7 @@ If you are loving solving problems in leetcode, please contact me to enjoy it to
536
536
| 562| [ longest-line-of-consecutive-one-in-matrix] ( https://leetcode.com/problems/longest-line-of-consecutive-one-in-matrix ) | :lock : | [ :memo : ] ( https://leetcode.com/articles/longest-line-of-consecutive-one-in-a-matrix/ ) | Medium|
537
537
| 563| [ binary-tree-tilt] ( https://leetcode.com/problems/binary-tree-tilt ) || [ :memo : ] ( https://leetcode.com/articles/binary-tree-tilt/ ) | Easy|
538
538
| 564| [ find-the-closest-palindrome] ( https://leetcode.com/problems/find-the-closest-palindrome ) || [ :memo : ] ( https://leetcode.com/articles/find-the-closest-palindrome/ ) | Hard|
539
+ | 565| [ array-nesting] ( https://leetcode.com/problems/array-nesting ) || [ :memo : ] ( https://leetcode.com/articles/array-nesting/ ) | Medium|
539
540
| 566| [ reshape-the-matrix] ( https://leetcode.com/problems/reshape-the-matrix ) || [ :memo : ] ( https://leetcode.com/articles/reshape-the-matrix/ ) | Easy|
540
541
| 567| [ permutation-in-string] ( https://leetcode.com/problems/permutation-in-string ) || [ :memo : ] ( https://leetcode.com/articles/short-permutation-in-a-long-string/ ) | Medium|
541
542
| 568| [ maximum-vacation-days] ( https://leetcode.com/problems/maximum-vacation-days ) | :lock : | [ :memo : ] ( https://leetcode.com/articles/maximum-vacation-days/ ) | Hard|
@@ -551,3 +552,6 @@ If you are loving solving problems in leetcode, please contact me to enjoy it to
551
552
| 592| [ fraction-addition-and-subtraction] ( https://leetcode.com/problems/fraction-addition-and-subtraction ) || [ :memo : ] ( https://leetcode.com/articles/kill-process-3/ ) | Medium|
552
553
| 593| [ valid-square] ( https://leetcode.com/problems/valid-square ) || [ :memo : ] ( https://leetcode.com/articles/kill-process-2/ ) | Medium|
553
554
| 594| [ longest-harmonious-subsequence] ( https://leetcode.com/problems/longest-harmonious-subsequence ) || [ :memo : ] ( https://leetcode.com/articles/longest-harmonious-subsequence/ ) | Easy|
555
+ | 598| [ range-addition-ii] ( https://leetcode.com/problems/range-addition-ii ) || [ :memo : ] ( https://leetcode.com/articles/range-addition-ii/ ) | Easy|
556
+ | 599| [ minimum-index-sum-of-two-lists] ( https://leetcode.com/problems/minimum-index-sum-of-two-lists ) || [ :memo : ] ( https://leetcode.com/articles/minimum-index-sum-of-two-lists/ ) | Easy|
557
+ | 600| [ non-negative-integers-without-consecutive-ones] ( https://leetcode.com/problems/non-negative-integers-without-consecutive-ones ) || [ :memo : ] ( https://leetcode.com/articles/non-negative-integers-without-consecutive-ones/ ) | Hard|
0 commit comments