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
- # [ LeetCode] ( https://leetcode.com/problemset/algorithms/ ) ![ Language] ( https://img.shields.io/badge/language-Python-orange.svg ) [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE.md ) ![ Progress] ( https://img.shields.io/badge/progress-337 %20%2F%20337 -ff69b4.svg )
1
+ # [ LeetCode] ( https://leetcode.com/problemset/algorithms/ ) ![ Language] ( https://img.shields.io/badge/language-Python-orange.svg ) [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE.md ) ![ Progress] ( https://img.shields.io/badge/progress-338 %20%2F%20338 -ff69b4.svg )
2
2
3
- Up to date (2016-03-12 ), there are ` 320 ` Algorithms / ` 13 ` Database / ` 4 ` Shell questions on [ LeetCode Online Judge] ( https://leetcode.com/ ) .
3
+ Up to date (2016-03-17 ), there are ` 321 ` Algorithms / ` 13 ` Database / ` 4 ` Shell questions on [ LeetCode Online Judge] ( https://leetcode.com/ ) .
4
4
The number of questions is increasing recently.
5
- Here is the classification of all ` 337 ` questions.
5
+ Here is the classification of all ` 338 ` questions.
6
6
For more questions and solutions, you can see my [ LintCode] ( https://github.com/kamyu104/LintCode ) repository.
7
7
I'll keep updating for full summary and better solutions. Stay tuned for updates.
8
8
(Notes: "📖" means you need to subscribe to [ LeetCode premium membership] ( https://leetcode.com/subscribe/ ) for the access to premium questions. )
@@ -245,6 +245,7 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
245
245
319 | [ Bulb Switcher] ( https://leetcode.com/problems/bulb-switcher/ ) | [ C++] ( ./C++/bulb-switcher.cpp ) [ Python] ( ./Python/bulb-switcher.py ) | _ O(1)_ | _ O(1)_ | Medium |||
246
246
326 | [ Power of Three] ( https://leetcode.com/problems/power-of-three/ ) | [ C++] ( ./C++/power-of-three.cpp ) [ Python] ( ./Python/power-of-three.py ) | _ O(1)_ | _ O(1)_ | Easy |||
247
247
335 | [ Self Crossing] ( https://leetcode.com/problems/self-crossing/ ) | [ C++] ( ./C++/self-crossing.cpp ) [ Python] ( ./Python/self-crossing.py ) | _ O(n)_ | _ O(1)_ | Medium |||
248
+ 338 | [ Counting Bits] ( https://leetcode.com/problems/counting-bits/ ) | [ C++] ( ./C++/counting-bits.cpp ) [ Python] ( ./Python/counting-bits.py ) | _ O(n)_ | _ O(n)_ | Medium |||
248
249
249
250
## Sort
250
251
# | Title | Solution | Time | Space | Difficulty | Tag | Note
You can’t perform that action at this time.
0 commit comments