|
1 | 1 | # Leetcode Solutions with JavaScript |
2 | | -Update time: Mon Jan 23 2017 09:18:54 GMT+0800 (中国标准时间) |
| 2 | +Update time: Tue Jan 24 2017 11:33:05 GMT+0800 (中国标准时间) |
3 | 3 |
|
4 | | -I have solved **307 / 461** problems while there are **82** problems still locked. |
| 4 | +I have solved **310 / 461** problems while there are **82** problems still locked. |
5 | 5 |
|
6 | 6 | If you have any question, please give me an [issue](https://github.com/hanzichi/leetcode/issues). |
7 | 7 |
|
@@ -105,9 +105,9 @@ If you are loving solving leetcode problems using JavaScript, please contact me |
105 | 105 | | 387 | [First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/) | [JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/First%20Unique%20Character%20in%20a%20String/first-unique-character-in-a-string.js) | | Easy | |
106 | 106 | | 386 | [Lexicographical Numbers](https://leetcode.com/problems/lexicographical-numbers/) | [JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Lexicographical%20Numbers/lexicographical-numbers.js) | | Medium | |
107 | 107 | | 385 | [Mini Parser](https://leetcode.com/problems/mini-parser/) | [JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Mini%20Parser/mini-parser.js) | | Medium | |
108 | | -| 384 | [Shuffle an Array](https://leetcode.com/problems/shuffle-an-array/) | | | Medium | |
| 108 | +| 384 | [Shuffle an Array](https://leetcode.com/problems/shuffle-an-array/) | [JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Shuffle%20an%20Array/shuffle-an-array.js) | | Medium | |
109 | 109 | | 383 | [Ransom Note](https://leetcode.com/problems/ransom-note/) | [JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Ransom%20Note/ransom-note.js) | | Easy | |
110 | | -| 382 | [Linked List Random Node](https://leetcode.com/problems/linked-list-random-node/) | | | Medium | |
| 110 | +| 382 | [Linked List Random Node](https://leetcode.com/problems/linked-list-random-node/) | [JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Linked%20List%20Random%20Node/linked-list-random-node.js) | | Medium | |
111 | 111 | | 381 | [Insert Delete GetRandom O(1) - Duplicates allowed](https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed/) | | | Hard | |
112 | 112 | | 380 | [Insert Delete GetRandom O(1)](https://leetcode.com/problems/insert-delete-getrandom-o1/) | | | Hard | |
113 | 113 | | 379 | [Design Phone Directory](https://leetcode.com/problems/design-phone-directory/) | :blue_book: | | Medium | |
@@ -401,7 +401,7 @@ If you are loving solving leetcode problems using JavaScript, please contact me |
401 | 401 | | 74 | [Search a 2D Matrix](https://leetcode.com/problems/search-a-2d-matrix/) | [JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Search%20a%202D%20Matrix/search-a-2d-matrix.js) | | Medium | |
402 | 402 | | 73 | [Set Matrix Zeroes](https://leetcode.com/problems/set-matrix-zeroes/) | [JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Set%20Matrix%20Zeroes/set-matrix-zeroes.js) | [Explanation](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Set%20Matrix%20Zeroes/README.md) | Medium | |
403 | 403 | | 72 | [Edit Distance](https://leetcode.com/problems/edit-distance/) | | | Hard | |
404 | | -| 71 | [Simplify Path](https://leetcode.com/problems/simplify-path/) | | | Medium | |
| 404 | +| 71 | [Simplify Path](https://leetcode.com/problems/simplify-path/) | [JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Simplify%20Path/simplify-path.js) | | Medium | |
405 | 405 | | 70 | [Climbing Stairs](https://leetcode.com/problems/climbing-stairs/) | [JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Climbing%20Stairs/climbing-stairs.js) | [Explanation](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Climbing%20Stairs/README.md) | Easy | |
406 | 406 | | 69 | [Sqrt(x)](https://leetcode.com/problems/sqrtx/) | [JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Sqrt(x)/sqrtx.js) | [Explanation](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Sqrt(x)/README.md) | Medium | |
407 | 407 | | 68 | [Text Justification](https://leetcode.com/problems/text-justification/) | | | Hard | |
|
0 commit comments