Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5b327f4

Browse files
committed
fix typo
1 parent 5104e8c commit 5b327f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ The `☢` means that you need to have a LeetCode Premium Subscription.
240240
| 63 | [Unique Paths II] | [C](src/63.c) |
241241
| 62 | [Unique Paths] | [C](src/62.c) |
242242
| 61 | [Rotate List] | [C](src/61.c) |
243-
| 60 | [Permutation Sequence] | [C](src/60.cpp) |
243+
| 60 | [Permutation Sequence] | [C++](src/60.cpp) |
244244
| 59 | [Spiral Matrix II] | [C](src/59.c) |
245245
| 58 | [Length of Last Word] | [C](src/58.c) |
246246
| 57 | [Insert Interval] | |
@@ -278,14 +278,14 @@ The `☢` means that you need to have a LeetCode Premium Subscription.
278278
| 25 | [Reverse Nodes in k-Group] | |
279279
| 24 | [Swap Nodes in Pairs] | [C](src/24.c) |
280280
| 23 | [Merge k Sorted Lists] | [C](src/23.c) |
281-
| 22 | [Generate Parentheses] | [C++](src/21.cpp) |
281+
| 22 | [Generate Parentheses] | [C++](src/222.cpp) |
282282
| 21 | [Merge Two Sorted Lists] | [C](src/21.c) |
283283
| 20 | [Valid Parentheses] | [C](src/20.c) |
284284
| 19 | [Remove Nth Node From End of List] | [C](src/19.c) |
285285
| 18 | [4Sum] | |
286286
| 17 | [Letter Combinations of a Phone Number] | [C++](src/17.cpp) |
287287
| 16 | [3Sum Closest] | |
288-
| 15 | [3Sum] | [C++](src/15/cpp) |
288+
| 15 | [3Sum] | [C++](src/15.cpp) |
289289
| 14 | [Longest Common Prefix] | [C](src/14.c) |
290290
| 13 | [Roman to Integer] | [C](src/13.c) |
291291
| 12 | [Integer to Roman] | [C](src/12.c) |
@@ -514,7 +514,7 @@ The `☢` means that you need to have a LeetCode Premium Subscription.
514514
[Sqrt(x)]: https://leetcode.com/problems/sqrtx/
515515
[Text Justification]: https://leetcode.com/problems/text-justification/
516516
[Add Binary]: https://leetcode.com/problems/add-binary/
517-
[Plus One]: https://leetcode.com/problems/add-binary/
517+
[Plus One]: https://leetcode.com/problems/plus-one/
518518
[Valid Number]: https://leetcode.com/problems/valid-number/
519519
[Minimum Path Sum]: https://leetcode.com/problems/minimum-path-sum/
520520
[Unique Paths II]: https://leetcode.com/problems/unique-paths-ii/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /