Skip to content

Commit 3b874e7

Browse files
committed
update readme
1 parent f6a848b commit 3b874e7

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
@@ -4,4 +4,5 @@
44
0004-median-of-two-sorted-arrays python hard
55
0005-longest-palindromic-substring python medium
66

7-
1380-lucky-numbers-in-a-matrix python easy
7+
1380-lucky-numbers-in-a-matrix python easy
8+
1605-find-valid-matrix-given-row-and-column-sums python medium

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ The solutions are organized as follows:
443443
| 1582 | [Special Positions in a Binary Matrix](https://leetcode.com/problems/special-positions-in-a-binary-matrix/) | [Python](./1582-special-positions-in-a-binary-matrix/1582-special-positions-in-a-binary-matrix.py) | [Easy](./1582-special-positions-in-a-binary-matrix/README.md) |
444444
| 1584 | [Min Cost to Connect All Points](https://leetcode.com/problems/min-cost-to-connect-all-points/) | [Python](./1584-min-cost-to-connect-all-points/1584-min-cost-to-connect-all-points.py) | [Medium](./1584-min-cost-to-connect-all-points/README.md) |
445445
| 1598 | [Crawler Log Folder](https://leetcode.com/problems/crawler-log-folder/) | [Python](./1598-crawler-log-folder/1598-crawler-log-folder.py) | [Easy](./1598-crawler-log-folder/README.md) |
446+
| 1605 | [Find Valid Matrix Given Row and Column Sums](https://leetcode.com/problems/find-valid-matrix-given-row-and-column-sums/) | [Python](./1605-find-valid-matrix-given-row-and-column-sums/1605-find-valid-matrix-given-row-and-column-sums.py) | [Medium](./1605-find-valid-matrix-given-row-and-column-sums/README.md) |
446447
| 1608 | [Special Array With X Elements Greater Than or Equal X](https://leetcode.com/problems/special-array-with-x-elements-greater-than-or-equal-x/) | [Python](./1608-special-array-with-x-elements-greater-than-or-equal-x/1608-special-array-with-x-elements-greater-than-or-equal-x.py) | [Easy](./1608-special-array-with-x-elements-greater-than-or-equal-x/README.md) |
447448
| 1609 | [Even Odd Tree](https://leetcode.com/problems/even-odd-tree/) | [Python](./1609-even-odd-tree/1609-even-odd-tree.py) | [Medium](./1609-even-odd-tree/README.md) |
448449
| 1611 | [Minimum One Bit Operations to Make Integers Zero](https://leetcode.com/problems/minimum-one-bit-operations-to-make-integers-zero/) | [Python](./1611-minimum-one-bit-operations-to-make-integers-zero/1611-minimum-one-bit-operations-to-make-integers-zero.py) | [Hard](./1611-minimum-one-bit-operations-to-make-integers-zero/README.md) |

0 commit comments

Comments
 (0)