|
1 | 1 | # :pencil2: Leetcode Solutions with Python,Golang
|
2 |
| -Update time: 2017-06-07 04:19:44 |
| 2 | +Update time: 2017-06-08 04:22:27 |
3 | 3 |
|
4 | 4 | Auto created by [leetcode_generate](https://github.com/bonfy/leetcode)
|
5 | 5 |
|
@@ -264,7 +264,7 @@ If you are loving solving problems in leetcode, please contact me to enjoy it to
|
264 | 264 | |263|[ugly-number](https://leetcode.com/problems/ugly-number)|[Python](https://github.com/bonfy/leetcode/blob/master/263-ugly-number/ugly-number.py)||Easy|
|
265 | 265 | |264|[ugly-number-ii](https://leetcode.com/problems/ugly-number-ii)|[Python](https://github.com/bonfy/leetcode/blob/master/264-ugly-number-ii/ugly-number-ii.py)||Medium|
|
266 | 266 | |265|[paint-house-ii](https://leetcode.com/problems/paint-house-ii)|:lock:||Hard|
|
267 |
| -|266|[palindrome-permutation](https://leetcode.com/problems/palindrome-permutation)|:lock:||Easy| |
| 267 | +|266|[palindrome-permutation](https://leetcode.com/problems/palindrome-permutation)|:lock:|[:memo:](https://leetcode.com/articles/palindrome-permutation/)|Easy| |
268 | 268 | |267|[palindrome-permutation-ii](https://leetcode.com/problems/palindrome-permutation-ii)|:lock:||Medium|
|
269 | 269 | |268|[missing-number](https://leetcode.com/problems/missing-number)|||Easy|
|
270 | 270 | |269|[alien-dictionary](https://leetcode.com/problems/alien-dictionary)|:lock:||Hard|
|
@@ -469,7 +469,7 @@ If you are loving solving problems in leetcode, please contact me to enjoy it to
|
469 | 469 | |481|[magical-string](https://leetcode.com/problems/magical-string)|||Medium|
|
470 | 470 | |482|[license-key-formatting](https://leetcode.com/problems/license-key-formatting)|||Medium|
|
471 | 471 | |483|[smallest-good-base](https://leetcode.com/problems/smallest-good-base)|||Hard|
|
472 |
| -|484|[find-permutation](https://leetcode.com/problems/find-permutation)|:lock:||Medium| |
| 472 | +|484|[find-permutation](https://leetcode.com/problems/find-permutation)|:lock:|[:memo:](https://leetcode.com/articles/find-permutation/)|Medium| |
473 | 473 | |485|[max-consecutive-ones](https://leetcode.com/problems/max-consecutive-ones)|[Python](https://github.com/bonfy/leetcode/blob/master/485-max-consecutive-ones/max-consecutive-ones.py)||Easy|
|
474 | 474 | |486|[predict-the-winner](https://leetcode.com/problems/predict-the-winner)|||Medium|
|
475 | 475 | |487|[max-consecutive-ones-ii](https://leetcode.com/problems/max-consecutive-ones-ii)|:lock:||Medium|
|
|
0 commit comments