Skip to content

Commit 9fc8685

Browse files
committed
Update README.md
1 parent 0a4374c commit 9fc8685

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
![Language](https://img.shields.io/badge/language-Python%20-orange.svg)
44
![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)
66

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/).
88
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.
1010
For more questions and solutions, you can see my [LintCode](https://github.com/kamyu104/LintCode) repository.
1111
I'll keep updating for full summary and better solutions. Stay tuned for updates.
1212
(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
255255
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 |📖||
256256
258| [Add Digits](https://leetcode.com/problems/add-digits/) | [C++](./C++/add-digits.cpp) [Python](./Python/add-digits.py) | _O(1)_ | _O(1)_ | Easy |||
257257
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 ||
258259

259260
---
260261

0 commit comments

Comments
 (0)