Skip to content

Commit 2c13a9e

Browse files
committed
update readme
1 parent f6939fe commit 2c13a9e

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
@@ -7,4 +7,5 @@
77
2751-robot-collisions python hard
88
0726-number-of-atoms python hard
99
1740-find-distance-in-a-binary-tree python medium
10-
2196-create-binary-tree-from-descriptions python medium
10+
2196-create-binary-tree-from-descriptions python medium
11+
1110-delete-nodes-and-return-forest python medium

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ The solutions are organized as follows:
360360
| 1095 | [Find in Mountain Array](https://leetcode.com/problems/find-in-mountain-array/) | [Python](./1095-find-in-mountain-array/1095-find-in-mountain-array.py) | [Hard](./1095-find-in-mountain-array/README.md) |
361361
| 1099 | [Two Sum Less Than K](https://leetcode.com/problems/two-sum-less-than-k/) | [Python](./1099-two-sum-less-than-k/1099-two-sum-less-than-k.py) | [Easy](./1099-two-sum-less-than-k/README.md) |
362362
| 1101 | [The Earliest Moment When Everyone Become Friends](https://leetcode.com/problems/the-earliest-moment-when-everyone-become-friends/) | [Python](./1101-the-earliest-moment-when-everyone-become-friends/1101-the-earliest-moment-when-everyone-become-friends.py) | [Medium](./1101-the-earliest-moment-when-everyone-become-friends/README.md) |
363+
| 1110 | [Delete Nodes And Return Forest](https://leetcode.com/problems/delete-nodes-and-return-forest/) | [Python](./1110-delete-nodes-and-return-forest/1110-delete-nodes-and-return-forest.py) | [Medium](./1110-delete-nodes-and-return-forest/README.md) |
363364
| 1119 | [Remove Vowels from a String](https://leetcode.com/problems/remove-vowels-from-a-string/) | [Python](./1119-remove-vowels-from-a-string/1119-remove-vowels-from-a-string.py) | [Easy](./1119-remove-vowels-from-a-string/README.md) |
364365
| 1120 | [Maximum Average Subtree](https://leetcode.com/problems/maximum-average-subtree/) | [Python](./1120-maximum-average-subtree/1120-maximum-average-subtree.py) | [Medium](./1120-maximum-average-subtree/README.md) |
365366
| 1122 | [Relative Sort Array](https://leetcode.com/problems/relative-sort-array/) | [Python](./1122-relative-sort-array/1122-relative-sort-array.py) | [Easy](./1122-relative-sort-array/README.md) |

0 commit comments

Comments
 (0)