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%20%2F%20C++%2011-orange.svg ) [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE.md ) ![ Progress] ( https://img.shields.io/badge/progress-381 %20%2F%20381 -ff69b4.svg )
1+ # [ LeetCode] ( https://leetcode.com/problemset/algorithms/ ) ![ Language] ( https://img.shields.io/badge/language-Python%20%2F%20C++%2011-orange.svg ) [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE.md ) ![ Progress] ( https://img.shields.io/badge/progress-382 %20%2F%20382 -ff69b4.svg )
22
3- Up to date (2016-08-09 ), there are ` 364 ` Algorithms / ` 13 ` Database / ` 4 ` Shell questions on [ LeetCode Online Judge] ( https://leetcode.com/ ) .
3+ Up to date (2016-08-10 ), there are ` 365 ` Algorithms / ` 13 ` Database / ` 4 ` Shell questions on [ LeetCode Online Judge] ( https://leetcode.com/ ) .
44The number of questions is increasing recently.
5- Here is the classification of all ` 381 ` questions.
5+ Here is the classification of all ` 382 ` questions.
66For more questions and solutions, you can see my [ LintCode] ( https://github.com/kamyu104/LintCode ) repository.
77I'll keep updating for full summary and better solutions. Stay tuned for updates.
88(Notes: "📖" means you need to subscribe to [ LeetCode premium membership] ( https://leetcode.com/subscribe/ ) for the access to premium questions.)
@@ -264,6 +264,7 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
264264343 | [ Integer Break] ( https://leetcode.com/problems/integer-break/ ) | [ C++] ( ./C++/integer-break.cpp ) [ Python] ( ./Python/integer-break.py ) | _ O(logn)_ | _ O(1)_ | Medium || Tricky, DP |
265265365 | [ Water and Jug Problem] ( https://leetcode.com/problems/water-and-jug-problem/ ) | [ C++] ( ./C++/water-and-jug-problem.cpp ) [ Python] ( ./Python/water-and-jug-problem.py ) | _ O(logn)_ | _ O(1)_ | Medium || Euclidean Algorithm |
266266372 | [ Super Pow] ( https://leetcode.com/problems/super-pow/ ) | [ C++] ( ./C++/super-pow.cpp ) [ Python] ( ./Python/super-pow.py ) | _ O(n)_ | _ O(1)_ | Medium |||
267+ 382 | [ Linked List Random Node] ( https://leetcode.com/problems/linked-list-random-node/ ) | [ C++] ( ./C++/linked-list-random-node.cpp ) [ Python] ( ./Python/linked-list-random-node.py ) | _ O(n)_ | _ O(1)_ | Medium || ` Reservoir Sampling ` |
267268
268269## Sort
269270 # | Title | Solution | Time | Space | Difficulty | Tag | Note
You can’t perform that action at this time.
0 commit comments