@@ -240,7 +240,7 @@ The `☢` means that you need to have a LeetCode Premium Subscription.
240
240
| 63 | [ Unique Paths II] | [ C] ( src/63.c ) |
241
241
| 62 | [ Unique Paths] | [ C] ( src/62.c ) |
242
242
| 61 | [ Rotate List] | [ C] ( src/61.c ) |
243
- | 60 | [ Permutation Sequence] | [ C++] ( src/60.cpp ) |
243
+ | 60 | [ Permutation Sequence] | [ C++] ( src/60.cpp ) |
244
244
| 59 | [ Spiral Matrix II] | [ C] ( src/59.c ) |
245
245
| 58 | [ Length of Last Word] | [ C] ( src/58.c ) |
246
246
| 57 | [ Insert Interval] | |
@@ -278,7 +278,7 @@ The `☢` means that you need to have a LeetCode Premium Subscription.
278
278
| 25 | [ Reverse Nodes in k-Group] | |
279
279
| 24 | [ Swap Nodes in Pairs] | [ C] ( src/24.c ) |
280
280
| 23 | [ Merge k Sorted Lists] | [ C] ( src/23.c ) |
281
- | 22 | [ Generate Parentheses] | [ C++] ( src/222 .cpp ) |
281
+ | 22 | [ Generate Parentheses] | [ C++] ( src/22 .cpp ) |
282
282
| 21 | [ Merge Two Sorted Lists] | [ C] ( src/21.c ) |
283
283
| 20 | [ Valid Parentheses] | [ C] ( src/20.c ) |
284
284
| 19 | [ Remove Nth Node From End of List] | [ C] ( src/19.c ) |
0 commit comments