Skip to content

Commit ac8fb6f

Browse files
committed
update readme
1 parent c298e68 commit ac8fb6f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/Question List.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
0476-number-complement python easy
2-
0320-generalized-abbreviation python medium
2+
0320-generalized-abbreviation python medium
3+
0564-find-the-closest-palindrome python hard
4+
0592-fraction-addition-and-subtraction python medium

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,14 @@ The solutions are organized as follows:
263263
| 0552 | [Student Attendance Record II](https://leetcode.com/problems/student-attendance-record-ii/) | [Python](./0552-student-attendance-record-ii/0552-student-attendance-record-ii.py) | [Hard](./0552-student-attendance-record-ii/README.md) |
264264
| 0557 | [Reverse Words in a String III](https://leetcode.com/problems/reverse-words-in-a-string-iii/) | [C++](./0557-reverse-words-in-a-string-iii/0557-reverse-words-in-a-string-iii.cpp) | [Easy](./0557-reverse-words-in-a-string-iii/README.md) |
265265
| 0561 | [Array Partition I](https://leetcode.com/problems/array-partition-i/) | [Python](./0561-array-partition-i/0561-array-partition-i.py) | [Easy](./0561-array-partition-i/README.md) |
266+
| 0564 | [Find the Closest Palindrome](https://leetcode.com/problems/find-the-closest-palindrome/) | [Python](./0564-find-the-closest-palindrome/0564-find-the-closest-palindrome.py) | [Hard](./0564-find-the-closest-palindrome/README.md) |
266267
| 0566 | [Reshape the Matrix](https://leetcode.com/problems/reshape-the-matrix/) | [C++](./0566-reshape-the-matrix/0566-reshape-the-matrix.cpp) | [Easy](./0566-reshape-the-matrix/README.md) |
267268
| 0567 | [Permutation in String](https://leetcode.com/problems/permutation-in-string/) | [C++](./0567-permutation-in-string/0567-permutation-in-string.cpp) | [Medium](./0567-permutation-in-string/README.md) |
268269
| 0572 | [Subtree of Another Tree](https://leetcode.com/problems/subtree-of-another-tree/) | [Python](./0572-subtree-of-another-tree/0572-subtree-of-another-tree.py), [Javascript](./0572-subtree-of-another-tree/0572-subtree-of-another-tree.js) | [Easy](./0572-subtree-of-another-tree/README.md) |
269270
| 0573 | [Squirrel Simulation](https://leetcode.com/problems/squirrel-simulation/) | [Python](./0573-squirrel-simulation/0573-squirrel-simulation.py) | [Medium](./0573-squirrel-simulation/README.md) |
270271
| 0576 | [Out of Boundary Paths](https://leetcode.com/problems/out-of-boundary-paths/) | [Python](./0576-out-of-boundary-paths/0576-out-of-boundary-paths.py) | [Medium](./0576-out-of-boundary-paths/README.md) |
271272
| 0584 | [Find Customer Referee](https://leetcode.com/problems/find-customer-referee/) | [SQL](./0584-find-customer-referee/0584-find-customer-referee.sql) | [Easy](./0584-find-customer-referee/README.md) |
273+
| 0592 | [Fraction Addition and Subtraction](https://leetcode.com/problems/fraction-addition-and-subtraction/) | [Python](./0592-fraction-addition-and-subtraction/0592-fraction-addition-and-subtraction.py) | [Medium](./0592-fraction-addition-and-subtraction/README.md) |
272274
| 0595 | [Big Countries](https://leetcode.com/problems/big-countries/) | [SQL](./0595-big-countries/0595-big-countries.sql) | [Easy](./0595-big-countries/README.md) |
273275
| 0606 | [Construct String from Binary Tree](https://leetcode.com/problems/construct-string-from-binary-tree/) | [Python](./0606-construct-string-from-binary-tree/0606-construct-string-from-binary-tree.py) | [Easy](./0606-construct-string-from-binary-tree/README.md) |
274276
| 0617 | [Merge Two Binary Trees](https://leetcode.com/problems/merge-two-binary-trees/) | [C++](./0617-merge-two-binary-trees/0617-merge-two-binary-trees.cpp) | [Easy](./0617-merge-two-binary-trees/README.md) |

0 commit comments

Comments
 (0)