Skip to content

Commit c1bb660

Browse files
committed
update readme
1 parent 12717b0 commit c1bb660

File tree

5 files changed

+2
-21
lines changed

5 files changed

+2
-21
lines changed

.github/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0370-range-addition python medium
1+
3625-count-number-of-trapezoids-ii python hard

Question_List_3001_4000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249
| 3622 | [Check Divisibility by Digit Sum and Product](https://leetcode.com/problems/check-divisibility-by-digit-sum-and-product) | [Python](./Python/3622-check-divisibility-by-digit-sum-and-product.py) | [Easy](./Readme/3622-check-divisibility-by-digit-sum-and-product.md) |
250250
| 3623 | [Count Number of Trapezoids I](https://leetcode.com/problems/count-number-of-trapezoids-i) | [Python](./Python/3623-count-number-of-trapezoids-i.py) | [Medium](./Readme/3623-count-number-of-trapezoids-i.md) |
251251
| 3624 | [Number of Integers With Popcount Depth Equal to K II](https://leetcode.com/problems/number-of-integers-with-popcount-depth-equal-to-k-ii) | [Python](./Python/3624-number-of-integers-with-popcount-depth-equal-to-k-ii.py) | [Hard](./Readme/3624-number-of-integers-with-popcount-depth-equal-to-k-ii.md) |
252+
| 3625 | [Count Number of Trapezoids II](https://leetcode.com/problems/count-number-of-trapezoids-ii) | [Python](./Python/3625-count-number-of-trapezoids-ii.py) | [Hard](./Readme/3625-count-number-of-trapezoids-ii.md) |
252253
| 3627 | [Maximum Median Sum of Subsequences of Size 3](https://leetcode.com/problems/maximum-median-sum-of-subsequences-of-size-3) | [Python](./Python/3627-maximum-median-sum-of-subsequences-of-size-3.py) | [Medium](./Readme/3627-maximum-median-sum-of-subsequences-of-size-3.md) |
253254
| 3628 | [Maximum Number of Subsequences After One Inserting](https://leetcode.com/problems/maximum-number-of-subsequences-after-one-inserting) | [Python](./Python/3628-maximum-number-of-subsequences-after-one-inserting.py) | [Medium](./Readme/3628-maximum-number-of-subsequences-after-one-inserting.md) |
254255
| 3633 | [Earliest Finish Time for Land and Water Rides I](https://leetcode.com/problems/earliest-finish-time-for-land-and-water-rides-i) | [Python](./Python/3633-earliest-finish-time-for-land-and-water-rides-i.py) | [Easy](./Readme/3633-earliest-finish-time-for-land-and-water-rides-i.md) |

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -115,23 +115,3 @@ It helps others discover the repo and keeps the project growing.
115115
---
116116

117117
Feedback / Questions → open an Issue or reach out on [LinkedIn](https://www.linkedin.com/in/hogan-l/)
118-
119-
<!---LeetCode Topics Start-->
120-
# LeetCode Topics
121-
## Array
122-
| |
123-
| ------- |
124-
| [3625-count-number-of-trapezoids-ii](https://github.com/hogan-tech/leetcode-solution/tree/master/3625-count-number-of-trapezoids-ii) |
125-
## Hash Table
126-
| |
127-
| ------- |
128-
| [3625-count-number-of-trapezoids-ii](https://github.com/hogan-tech/leetcode-solution/tree/master/3625-count-number-of-trapezoids-ii) |
129-
## Math
130-
| |
131-
| ------- |
132-
| [3625-count-number-of-trapezoids-ii](https://github.com/hogan-tech/leetcode-solution/tree/master/3625-count-number-of-trapezoids-ii) |
133-
## Geometry
134-
| |
135-
| ------- |
136-
| [3625-count-number-of-trapezoids-ii](https://github.com/hogan-tech/leetcode-solution/tree/master/3625-count-number-of-trapezoids-ii) |
137-
<!---LeetCode Topics End-->
File renamed without changes.

0 commit comments

Comments
 (0)