File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
LeetCode
2
2
========
3
3
4
- Up to date (2015-08-19 ), there are ` 247 ` Algorithms / ` 13 ` Database / ` 4 ` Shell questions on [ LeetCode Online Judge] ( https://leetcode.com/ ) .
4
+ Up to date (2015-08-20 ), there are ` 248 ` Algorithms / ` 13 ` Database / ` 4 ` Shell questions on [ LeetCode Online Judge] ( https://leetcode.com/ ) .
5
5
The number of questions is increasing recently.
6
- Here is the classification of all ` 264 ` questions.
6
+ Here is the classification of all ` 265 ` questions.
7
7
For more questions and solutions, you can see my [ LintCode] ( https://github.com/kamyu104/LintCode ) repository.
8
8
I'll keep updating for full summary and better solutions. Stay tuned for updates.
9
9
(Notes: "📖" means you need to subscribe to [ LeetCode premium membership] ( https://leetcode.com/subscribe/ ) for the access to premium questions. )
@@ -403,6 +403,7 @@ Shell
403
403
213| [ House Robber II] ( https://leetcode.com/problems/house-robber-ii/ ) | [ C++] ( ./C++/house-robber-ii.cpp ) [ Python] ( ./Python/house-robber-ii.py ) | _ O(n)_ | _ O(1)_ | Medium ||
404
404
221| [ Maximal Square] ( https://leetcode.com/problems/maximal-square/ ) | [ C++] ( ./C++/maximal-square.cpp ) [ Python] ( ./Python/maximal-square.py ) | _ O(n^2)_ | _ O(n)_ | Medium | EPI |
405
405
256| [ Paint House] ( https://leetcode.com/problems/paint-house/ ) | [ C++] ( ./C++/paint-house.cpp ) [ Python] ( ./Python/paint-house.py ) | _ O(n)_ | _ O(1)_ | Medium |📖||
406
+ 265| [ Paint House II] ( https://leetcode.com/problems/paint-house-ii/ ) | [ C++] ( ./C++/paint-house-ii.cpp ) [ Python] ( ./Python/paint-house-ii.py ) | _ O(n * k)_ | _ O(k)_ | Hard |📖||
406
407
407
408
---
408
409
You can’t perform that action at this time.
0 commit comments