Skip to content

Commit fdd7de7

Browse files
committed
update readme
1 parent 22051ea commit fdd7de7

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
2610-convert-an-array-into-a-2d-array-with-conditions python medium
88
2125-number-of-laser-beams-in-a-bank python medium
99
2870-minimum-number-of-operations-to-make-array-empty python medium
10-
0300-longest-increasing-subsequence python medium
10+
0300-longest-increasing-subsequence python medium
11+
0446-arithmetic-slices-ii-subsequence python hard

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ The solutions are organized as follows:
182182
| 0416 | [Partition Equal Subset Sum](https://leetcode.com/problems/partition-equal-subset-sum/) | [Python](./0416-partition-equal-subset-sum/0416-partition-equal-subset-sum.py) | [Medium](./0416-partition-equal-subset-sum/README.md) |
183183
| 0438 | [Find All Anagrams in a String](https://leetcode.com/problems/find-all-anagrams-in-a-string/) | [Python](./0438-find-all-anagrams-in-a-string/0438-find-all-anagrams-in-a-string.py) | [Medium](./0438-find-all-anagrams-in-a-string/README.md) |
184184
| 0439 | [Ternary Expression Parser](https://leetcode.com/problems/ternary-expression-parser/) | [Python](./0439-ternary-expression-parser/0439-ternary-expression-parser.py) | [Medium](./0439-ternary-expression-parser/README.md) |
185+
| 0446 | [Arithmetic Slices II - Subsequence](https://leetcode.com/problems/arithmetic-slices-ii-subsequence/) | [Python](./0446-arithmetic-slices-ii-subsequence/0446-arithmetic-slices-ii-subsequence.py) | [Hard](./0446-arithmetic-slices-ii-subsequence/README.md) |
185186
| 0455 | [Assign Cookies](https://leetcode.com/problems/assign-cookies/) | [Python](./0455-assign-cookies/0455-assign-cookies.py) | [Easy](./0455-assign-cookies/README.md) |
186187
| 0456 | [132 Pattern](https://leetcode.com/problems/132-pattern/) | [Python](./0456-132-pattern/0456-132-pattern.py) | [Medium](./0456-132-pattern/README.md) |
187188
| 0458 | [Poor Pigs](https://leetcode.com/problems/poor-pigs/) | [Python](./0458-poor-pigs/0458-poor-pigs.py) | [Hard](./0458-poor-pigs/README.md) |

0 commit comments

Comments
 (0)