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-313 %20%2F%20313 -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-314 %20%2F%20314 -ff69b4.svg )
2
2
3
- Up to date (2015-12-03 ), there are ` 296 ` Algorithms / ` 13 ` Database / ` 4 ` Shell questions on [ LeetCode Online Judge] ( https://leetcode.com/ ) .
3
+ Up to date (2015-12-05 ), there are ` 297 ` 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 ` 313 ` questions.
5
+ Here is the classification of all ` 314 ` 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. )
@@ -207,6 +207,7 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
207
207
290| [ Word Pattern] ( https://leetcode.com/problems/word-pattern/ ) | [ C++] ( ./C++/word-pattern.cpp ) [ Python] ( ./Python/word-pattern.py ) | _ O(n)_ | _ O(c)_ | Easy | variant of [ Isomorphic Strings] ( https://leetcode.com/problems/isomorphic-strings/ ) ||
208
208
299| [ Bulls and Cow] ( https://leetcode.com/problems/bulls-and-cow/ ) | [ C++] ( ./C++/bulls-and-cow.cpp ) [ Python] ( ./Python/bulls-and-cow.py ) | _ O(n)_ | _ O(1)_ | Easy |||
209
209
305| [ Number of Islands II] ( https://leetcode.com/problems/number-of-islands-ii/ ) | [ C++] ( ./C++/number-of-islands-ii.cpp ) [ Python] ( ./Python/number-of-islands-ii.py ) | _ O(k)_ | _ O(k)_ | Hard | LintCode, 📖 | Union Find
210
+ 314| [ Binary Tree Vertical Order Traversal] ( https://leetcode.com/problems/binary-tree-vertical-order-traversal/ ) | [ C++] ( ./C++/binary-tree-vertical-order-traversal.cpp ) [ Python] ( ./Python/binary-tree-vertical-order-traversal.py ) | _ O(n)_ | _ O(n)_ | Medium | 📖 | BFS
210
211
211
212
## Data Structure
212
213
# | Problem | Solution | Time | Space | Difficulty | Tag | Note
You can’t perform that action at this time.
0 commit comments