Skip to content

Commit e0e62b0

Browse files
committed
update readme
1 parent 4a080f0 commit e0e62b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/Question List.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66

77
0007-reverse-integer python medium
88
0452-minimum-number-of-arrows-to-burst-balloons python medium
9-
0010-regular-expression-matching python hard
9+
0010-regular-expression-matching python hard
10+
1669-merge-in-between-linked-lists python medium

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ The solutions are organized as follows:
364364
| 1658 | [Minimum Operations to Reduce X to Zero](https://leetcode.com/problems/minimum-operations-to-reduce-x-to-zero/) | [Python](./1658-minimum-operations-to-reduce-x-to-zero/1658-minimum-operations-to-reduce-x-to-zero.py) | [Medium](./1658-minimum-operations-to-reduce-x-to-zero/README.md) |
365365
| 1660 | [Correct a Binary Tree](https://leetcode.com/problems/correct-a-binary-tree/) | [Python](./1660-correct-a-binary-tree/1660-correct-a-binary-tree.py) | [Medium](./1660-correct-a-binary-tree/README.md) |
366366
| 1662 | [Check If Two String Arrays are Equivalent](https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent/) | [Python](./1662-check-if-two-string-arrays-are-equivalent/1662-check-if-two-string-arrays-are-equivalent.py) | [Easy](./1662-check-if-two-string-arrays-are-equivalent/README.md) |
367+
| 1669 | [Merge In Between Linked Lists](https://leetcode.com/problems/merge-in-between-linked-lists/) | [Python](./1669-merge-in-between-linked-lists/1669-merge-in-between-linked-lists.py) | [Medium](./1669-merge-in-between-linked-lists/README.md) |
367368
| 1683 | [Invalid Tweets](https://leetcode.com/problems/invalid-tweets/) | [SQL](./1683-invalid-tweets/1683-invalid-tweets.sql) | [Easy](./1683-invalid-tweets/README.md) |
368369
| 1685 | [Sum of Absolute Differences in a Sorted Array](https://leetcode.com/problems/sum-of-absolute-differences-in-a-sorted-array/) | [Python](./1685-sum-of-absolute-differences-in-a-sorted-array/1685-sum-of-absolute-differences-in-a-sorted-array.py) | [Medium](./1685-sum-of-absolute-differences-in-a-sorted-array/README.md) |
369370
| 1688 | [Count of Matches in Tournament](https://leetcode.com/problems/count-of-matches-in-tournament/) | [Python](./1688-count-of-matches-in-tournament/1688-count-of-matches-in-tournament.py) | [Easy](./1688-count-of-matches-in-tournament/README.md) |

0 commit comments

Comments
 (0)