Skip to content

Commit

Permalink
readme updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyubobobo committed May 28, 2019
1 parent 118e037 commit 29f6713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ email: [[email protected]](mailto:[email protected])
| 998 | [Maximum Binary Tree II](https://leetcode.com/problems/maximum-binary-tree-ii/) | [] | [C++](0998-Maximum-Binary-Tree-II/cpp-0998/) | | |
| 999 | [Available Captures for Rook](https://leetcode.com/problems/available-captures-for-rook/) | [] | [C++](0999-Available-Captures-for-Rook/cpp-0999/) | | |
| 1000 | [Minimum Cost to Merge Stones](https://leetcode.com/problems/minimum-cost-to-merge-stones/) | [] | [C++](1000-Minimum-Cost-to-Merge-Stones/cpp-1000/) | | |
| 1001 | [Grid Illumination](https://leetcode.com/problems/grid-illumination/) | [] | [solution](1001-Grid-Illumination/cpp-1001/) | | |
| 1001 | [Grid Illumination](https://leetcode.com/problems/grid-illumination/) | [] | [C++](1001-Grid-Illumination/cpp-1001/) | | |
| 1002 | [Find Common Characters](https://leetcode.com/problems/find-common-characters/) | [] | [C++](1002-Find-Common-Characters/cpp-1002/) | | |
| 1003 | [Check If Word Is Valid After Substitutions](https://leetcode.com/problems/check-if-word-is-valid-after-substitutions/) | [] | [C++](1003-Check-If-Word-Is-Valid-After-Substitutions/cpp-1003/) | | |
| 1004 | [Max Consecutive Ones III](https://leetcode.com/problems/max-consecutive-ones-iii/) | [] | [C++](1004-Max-Consecutive-Ones-III/cpp-1004/) | | |
Expand All @@ -704,7 +704,7 @@ email: [[email protected]](mailto:[email protected])
| 1018 | [Binary Prefix Divisible By 5](https://leetcode.com/problems/binary-prefix-divisible-by-5/) | [] | [C++](1018-Binary-Prefix-Divisible-By-5/cpp-1018/) | | |
| 1019 | [Next Greater Node In Linked List](https://leetcode.com/problems/next-greater-node-in-linked-list/) | [] | [C++](1019-Next-Greater-Node-In-Linked-List/cpp-1019/) | | |
| 1020 | [Number of Enclaves](https://leetcode.com/problems/number-of-enclaves/) | [] | [C++](1020-Number-of-Enclaves/cpp-1020/) | | |
| 1021 | [Remove Outermost Parentheses](https://leetcode.com/problems/remove-outermost-parentheses/) | [] | [1021-Remove-Outermost-Parentheses/cpp-1021/] | | |
| 1021 | [Remove Outermost Parentheses](https://leetcode.com/problems/remove-outermost-parentheses/) | [] | [C++](1021-Remove-Outermost-Parentheses/cpp-1021/) | | |
| 1022 | [Sum of Root To Leaf Binary Numbers](https://leetcode.com/problems/sum-of-root-to-leaf-binary-numbers/) | [] | [C++](1022-Sum-of-Root-To-Leaf-Binary-Numbers/cpp-1022/) | | |
| 1023 | [Camelcase Matching](https://leetcode.com/problems/camelcase-matching/) | [] | [C++](1023-Camelcase-Matching/cpp-1023/) | | |
| 1024 | [Video Stitching](https://leetcode.com/problems/video-stitching/) | [] | [C++](1024-Video-Stitching/cpp-1024/) | | |
Expand Down

0 comments on commit 29f6713

Please sign in to comment.