File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- # [ LintCode] ( http://www.lintcode.com/en/problem/ ) ![ Language] ( https://img.shields.io/badge/language-C++%2011-orange.svg ) [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE.md ) ![ Progress] ( https://img.shields.io/badge/progress-284 %20%2F%20284 -ff69b4.svg )
1
+ # [ LintCode] ( http://www.lintcode.com/en/problem/ ) ![ Language] ( https://img.shields.io/badge/language-C++%2011-orange.svg ) [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE.md ) ![ Progress] ( https://img.shields.io/badge/progress-285 %20%2F%20285 -ff69b4.svg )
2
2
3
- Up to date (2016-06-19 ), there are ` 284 ` problems on [ LintCode Online Judge] ( http://lintcode.com/ ) .
3
+ Up to date (2016-08-04 ), there are ` 285 ` problems on [ LintCode Online Judge] ( http://lintcode.com/ ) .
4
4
The number of problems is increasing recently.
5
- Here is the classification of all ` 284 ` problems.
5
+ Here is the classification of all ` 285 ` problems.
6
6
For more problems and solutions, you can see my [ LeetCode] ( https://github.com/kamyu104/LeetCode ) repository.
7
7
I'll keep updating for full summary and better solutions. Stay tuned for updates.
8
8
@@ -389,6 +389,7 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
389
389
| 515| [ Paint House] ( http://lintcode.com/en/problem/paint-house/ ) | [ C++] ( ./C++/paint-house.cpp ) | _ O(n)_ | _ O(1)_ | Medium | LeetCode | |
390
390
| 516| [ Paint House II] ( http://lintcode.com/en/problem/paint-house-ii/ ) | [ C++] ( ./C++/paint-house-ii.cpp ) | _ O(n * k)_ | _ O(k)_ | Hard | LeetCode | |
391
391
| 534| [ House Robber II] ( http://lintcode.com/en/problem/house-robber-ii/ ) | [ C++] ( ./C++/house-robber-ii.cpp ) | _ O(n)_ | _ O(1)_ | Medium | LeetCode | |
392
+ | 564| [ Backpack VI] ( http://lintcode.com/en/problem/backpack-vi/ ) | [ C++] ( ./C++/backpack-vi.cpp ) | _ O(n * t)_ | _ O(t)_ | Medium | | |
392
393
393
394
## Greedy
394
395
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
You can’t perform that action at this time.
0 commit comments