Skip to content

Commit 14a8c0d

Browse files
committed
stop it for the time being
1 parent f675ba1 commit 14a8c0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 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 (中国标准时间)
33

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.
55

66
If you have any question, please give me an [issue](https://github.com/hanzichi/leetcode/issues).
77

@@ -105,9 +105,9 @@ If you are loving solving leetcode problems using JavaScript, please contact me
105105
| 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 |
106106
| 386 | [Lexicographical Numbers](https://leetcode.com/problems/lexicographical-numbers/) | [JavaScript](https://github.com/hanzichi/leetcode/blob/master/Algorithms/Lexicographical%20Numbers/lexicographical-numbers.js) | | Medium |
107107
| 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 |
109109
| 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 |
111111
| 381 | [Insert Delete GetRandom O(1) - Duplicates allowed](https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed/) | | | Hard |
112112
| 380 | [Insert Delete GetRandom O(1)](https://leetcode.com/problems/insert-delete-getrandom-o1/) | | | Hard |
113113
| 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
401401
| 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 |
402402
| 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 |
403403
| 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 |
405405
| 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 |
406406
| 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 |
407407
| 68 | [Text Justification](https://leetcode.com/problems/text-justification/) | | | Hard |

0 commit comments

Comments
 (0)