Skip to content

Commit d831c13

Browse files
author
lucifer
committed
feat: 推荐题目
1 parent 9374ea3 commit d831c13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

selected/atMostK.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,9 +611,11 @@ class Solution:
611611
最后推荐几道类似的题目, 供大家练习,一定要自己写出来才行哦。
612612

613613
- [303. 区域和检索 - 数组不可变](https://leetcode-cn.com/problems/range-sum-query-immutable/description/ "303. 区域和检索 - 数组不可变")
614+
- [1171. 从链表中删去总和值为零的连续节点](https://leetcode-cn.com/problems/remove-zero-sum-consecutive-nodes-from-linked-list/)
614615
- [1186.删除一次得到子数组最大和](https://lucifer.ren/blog/2019/12/11/leetcode-1186/ "1186.删除一次得到子数组最大和")
615616
- [1310. 子数组异或查询](https://lucifer.ren/blog/2020/01/09/1310.xor-queries-of-a-subarray/ "1310. 子数组异或查询")
616617
- [1371. 每个元音包含偶数次的最长子字符串](https://github.com/azl397985856/leetcode/blob/master/problems/1371.find-the-longest-substring-containing-vowels-in-even-counts.md "1371. 每个元音包含偶数次的最长子字符串")
618+
- [1402. 做菜顺序](https://leetcode-cn.com/problems/reducing-dishes/)
617619

618620
大家对此有何看法,欢迎给我留言,我有时间都会一一查看回答。
619621

0 commit comments

Comments
 (0)