|
1 | 1 | # Keep thinking, keep alive
|
2 |
| -Until 2018-01-25 19:54:00, I have solved **63** / **686** problems while **126** are still locked. |
| 2 | +Until 2018-01-27 14:23:21, I have solved **65** / **686** problems while **126** are still locked. |
3 | 3 |
|
4 | 4 | Completion statistic:
|
5 | 5 | 1. JavaScript: 59
|
6 |
| -2. Python: 6 |
| 6 | +2. Python: 8 |
7 | 7 | 3. C++: 1
|
8 | 8 | 4. Java: 1
|
9 | 9 |
|
@@ -55,7 +55,7 @@ Note: :lock: means you need to buy a book from LeetCode
|
55 | 55 | |040|[Combination Sum II](https://leetcode.com/problems/combination-sum-ii/description/) |Medium|[JavaScript](https://github.com/hey-bruce/algorithms_and_oj/blob/master/leetcode-algorithms/040.%20Combination%20Sum%20II/combinationSumTwo.js)|To Do|To Do|To Do|
|
56 | 56 | |041|[First Missing Positive](https://leetcode.com/problems/first-missing-positive/description/) |Hard|[JavaScript](https://github.com/hey-bruce/algorithms_and_oj/blob/master/leetcode-algorithms/041.%20First%20Missing%20Positive/firstMissingPositive.js)|To Do|To Do|To Do|
|
57 | 57 | |042|[Trapping Rain Water](https://leetcode.com/problems/trapping-rain-water/description/) |Hard|To Do|To Do|To Do|To Do|
|
58 |
| -|043|[Multiply Strings](https://leetcode.com/problems/multiply-strings/description/) |Medium|To Do|To Do|To Do|To Do| |
| 58 | +|043|[Multiply Strings](https://leetcode.com/problems/multiply-strings/description/) |Medium|To Do|[Python](https://github.com/hey-bruce/algorithms_and_oj/blob/master/leetcode-algorithms/043.%20Multiply%20Strings/solution.py)|To Do|To Do| |
59 | 59 | |044|[Wildcard Matching](https://leetcode.com/problems/wildcard-matching/description/) |Hard|To Do|To Do|To Do|To Do|
|
60 | 60 | |045|[Jump Game II](https://leetcode.com/problems/jump-game-ii/description/) |Hard|To Do|To Do|To Do|To Do|
|
61 | 61 | |046|[Permutations](https://leetcode.com/problems/permutations/description/) |Medium|To Do|To Do|To Do|To Do|
|
@@ -410,7 +410,7 @@ Note: :lock: means you need to buy a book from LeetCode
|
410 | 410 | |412|[Fizz Buzz](https://leetcode.com/problems/fizz-buzz/description/) |Easy|To Do|To Do|To Do|To Do|
|
411 | 411 | |413|[Arithmetic Slices](https://leetcode.com/problems/arithmetic-slices/description/) |Medium|To Do|To Do|To Do|To Do|
|
412 | 412 | |414|[Third Maximum Number](https://leetcode.com/problems/third-maximum-number/description/) |Easy|[JavaScript](https://github.com/hey-bruce/algorithms_and_oj/blob/master/leetcode-algorithms/414.%20Third%20Maximum%20Number/thirdMax.js)|To Do|To Do|To Do|
|
413 |
| -|415|[Add Strings](https://leetcode.com/problems/add-strings/description/) |Easy|To Do|To Do|To Do|To Do| |
| 413 | +|415|[Add Strings](https://leetcode.com/problems/add-strings/description/) |Easy|To Do|[Python](https://github.com/hey-bruce/algorithms_and_oj/blob/master/leetcode-algorithms/415.%20Add%20Strings/solution.py)|To Do|To Do| |
414 | 414 | |416|[Partition Equal Subset Sum](https://leetcode.com/problems/partition-equal-subset-sum/description/) |Medium|To Do|To Do|To Do|To Do|
|
415 | 415 | |417|[Pacific Atlantic Water Flow](https://leetcode.com/problems/pacific-atlantic-water-flow/description/) |Medium|To Do|To Do|To Do|To Do|
|
416 | 416 | |418|[Sentence Screen Fitting](https://leetcode.com/problems/sentence-screen-fitting/description/) :lock:|Medium|To Do|To Do|To Do|To Do|
|
|
0 commit comments