You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -459,6 +459,7 @@ The solutions are organized as follows:
459
459
| 2251 |[Number of Flowers in Full Bloom](https://leetcode.com/problems/number-of-flowers-in-full-bloom/)|[Python](./2251-number-of-flowers-in-full-bloom/2251-number-of-flowers-in-full-bloom.py)|[Hard](./2251-number-of-flowers-in-full-bloom/README.md)|
460
460
| 2264 |[Largest 3-Same-Digit Number in String](https://leetcode.com/problems/largest-3-same-digit-number-in-string/)|[Python](./2264-largest-3-same-digit-number-in-string/2264-largest-3-same-digit-number-in-string.py)|[Easy](./2264-largest-3-same-digit-number-in-string/README.md)|
461
461
| 2265 |[Count Nodes Equal to Average of Subtree](https://leetcode.com/problems/count-nodes-equal-to-average-of-subtree/)|[Python](./2265-count-nodes-equal-to-average-of-subtree/2265-count-nodes-equal-to-average-of-subtree.py)|[Medium](./2265-count-nodes-equal-to-average-of-subtree/README.md)|
| 2353 |[Design a Food Rating System](https://leetcode.com/problems/design-a-food-rating-system/)|[Python](./2353-design-a-food-rating-system/2353-design-a-food-rating-system.py)|[Medium](./2353-design-a-food-rating-system/README.md)|
463
464
| 2355 |[Maximum Number of Books You Can Take](https://leetcode.com/problems/maximum-number-of-books-you-can-take/)|[Python](./2355-maximum-number-of-books-you-can-take/2355-maximum-number-of-books-you-can-take.py)|[Hard](./2355-maximum-number-of-books-you-can-take/README.md)|
464
465
| 2361 |[Minimum Costs Using the Train Line](https://leetcode.com/problems/minimum-costs-using-the-train-line/)|[Python](./2361-minimum-costs-using-the-train-line/2361-minimum-costs-using-the-train-line.py)|[Hard](./2361-minimum-costs-using-the-train-line/README.md)|
0 commit comments