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 11LeetCode
22========  
33
4- Up to date (2015-09-24 ), there are ` 269 `  Algorithms / ` 13 `  Database / ` 4 `  Shell questions on [ LeetCode Online Judge] ( https://leetcode.com/ ) .
4+ Up to date (2015-09-28 ), there are ` 270 `  Algorithms / ` 13 `  Database / ` 4 `  Shell questions on [ LeetCode Online Judge] ( https://leetcode.com/ ) .
55The number of questions is increasing recently.
6- Here is the classification of all ` 286 `  questions.
6+ Here is the classification of all ` 287 `  questions.
77For more questions and solutions, you can see my [ LintCode] ( https://github.com/kamyu104/LintCode )  repository.
88I'll keep updating for full summary and better solutions. Stay tuned for updates.
99(Notes: "📖" means you need to subscribe to [ LeetCode premium membership] ( https://leetcode.com/subscribe/ )  for the access to premium questions. )
@@ -332,6 +332,7 @@ Shell
332332222| [ Count Complete Tree Nodes] ( https://leetcode.com/problems/count-complete-tree-nodes/ )  | [ C++] ( ./C++/count-complete-tree-nodes.cpp )  [ Python] ( ./Python/count-complete-tree-nodes.py )  | _ O((logn)^2)_  | _ O(1)_  | Medium ||
333333275| [ H-Index II] ( https://leetcode.com/problems/h-index-ii/ )  | [ C++] ( ./C++/h-index-ii.cpp )  [ Python] ( ./Python/h-index-ii.py )  | _ O(logn)_  | _ O(1)_  | Medium || Binary Search |
334334278| [ First Bad Version] ( https://leetcode.com/problems/first-bad-version/ )  | [ C++] ( ./C++/first-bad-version.cpp )  [ Python] ( ./Python/first-bad-version.py )  | _ O(logn)_  | _ O(1)_  | Easy | LintCode ||
335+ 287| [ Find the Duplicate Number] ( https://leetcode.com/problems/find-the-duplicate-number/ ) | [ C++] ( ./C++/find-the-duplicate-number.cpp )  [ Python] ( ./Python/find-the-duplicate-number.py )  | _ O(nlogn)_  | _ O(1)_  | Hard | 📖 |
335336
336337--  
337338##Binary Search Tree
                         You can’t perform that action at this time. 
           
                  
0 commit comments