File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
LeetCode
2
2
========
3
3
4
- Up to date (2015-10-01 ), there are ` 271 ` Algorithms / ` 13 ` Database / ` 4 ` Shell questions on [ LeetCode Online Judge] ( https://leetcode.com/ ) .
4
+ Up to date (2015-10-04 ), there are ` 272 ` Algorithms / ` 13 ` Database / ` 4 ` Shell questions on [ LeetCode Online Judge] ( https://leetcode.com/ ) .
5
5
The number of questions is increasing recently.
6
- Here is the classification of all ` 288 ` questions.
6
+ Here is the classification of all ` 289 ` questions.
7
7
For more questions and solutions, you can see my [ LintCode] ( https://github.com/kamyu104/LintCode ) repository.
8
8
I'll keep updating for full summary and better solutions. Stay tuned for updates.
9
9
(Notes: "📖" means you need to subscribe to [ LeetCode premium membership] ( https://leetcode.com/subscribe/ ) for the access to premium questions. )
99
99
245| [ Shortest Word Distance III] (https://leetcode.com/problems/shortest-word-distance III/) | [ C++] ( ./C++/shortest-word-distance-iii.cpp ) [ Python] ( ./Python/shortest-word-distance-iii.py ) | _ O(n)_ | _ O(1)_ | Medium |📖||
100
100
251| [ Flatten 2D Vector] ( https://leetcode.com/problems/flatten-2d-vector/ ) | [ C++] ( ./C++/flatten-2d-vector.cpp ) [ Python] ( ./Python/flatten-2d-vector.py ) | _ O(1)_ | _ O(1)_ | Medium |📖||
101
101
277| [ Find the Celebrity] ( https://leetcode.com/problems/find-the-celebrity/ ) | [ C++] ( ./C++/find-the-celebrity.cpp ) [ Python] ( ./Python/find-the-celebrity.py ) | _ O(n)_ | _ O(1)_ | Medium |📖, EPI ||
102
+ 289| [ Game of Life] ( https://leetcode.com/problems/game-of-life/ ) | [ C++] ( ./C++/game-of-life.cpp ) [ Python] ( ./Python/game-of-life.py ) | _ O(m * n)_ | _ O(1)_ | Medium |||
102
103
103
104
---
104
105
You can’t perform that action at this time.
0 commit comments