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 2
2
3
3
![ Language] ( https://img.shields.io/badge/language-Python%20-orange.svg )
4
4
![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )
5
- ![ Progress] ( https://img.shields.io/badge/progress-291 %20%2F%20291 %20-ff69b4.svg )
5
+ ![ Progress] ( https://img.shields.io/badge/progress-292 %20%2F%20292 %20-ff69b4.svg )
6
6
7
- Up to date (2015-10-10 ), there are ` 274 ` Algorithms / ` 13 ` Database / ` 4 ` Shell questions on [ LeetCode Online Judge] ( https://leetcode.com/ ) .
7
+ Up to date (2015-10-11 ), there are ` 275 ` Algorithms / ` 13 ` Database / ` 4 ` Shell questions on [ LeetCode Online Judge] ( https://leetcode.com/ ) .
8
8
The number of questions is increasing recently.
9
- Here is the classification of all ` 291 ` questions.
9
+ Here is the classification of all ` 292 ` questions.
10
10
For more questions and solutions, you can see my [ LintCode] ( https://github.com/kamyu104/LintCode ) repository.
11
11
I'll keep updating for full summary and better solutions. Stay tuned for updates.
12
12
(Notes: "📖" means you need to subscribe to [ LeetCode premium membership] ( https://leetcode.com/subscribe/ ) for the access to premium questions. )
@@ -255,6 +255,7 @@ Shell
255
255
248| [ Strobogrammatic Number III] ( https://leetcode.com/problems/strobogrammatic-number-iii/ ) | [ C++] ( ./C++/strobogrammatic-number-iii.cpp ) [ Python] ( ./Python/strobogrammatic-number-iii.py ) | _ O(5^(n/2))_ | _ O(n)_ | Hard |📖||
256
256
258| [ Add Digits] ( https://leetcode.com/problems/add-digits/ ) | [ C++] ( ./C++/add-digits.cpp ) [ Python] ( ./Python/add-digits.py ) | _ O(1)_ | _ O(1)_ | Easy |||
257
257
263| [ Ugly Number] ( https://leetcode.com/problems/ugly-number/ ) | [ C++] ( ./C++/ugly-number.cpp ) [ Python] ( ./Python/ugly-number.py ) | _ O(logn)_ | _ O(1)_ | Easy |||
258
+ 292| [ Nim Game] ( https://leetcode.com/problems/nim-game/ ) | [ C++] ( ./C++/nim-game.cpp ) [ Python] ( ./Python/nim-game.py ) | _ O(1)_ | _ O(1)_ | Easy | LintCode ||
258
259
259
260
---
260
261
You can’t perform that action at this time.
0 commit comments