Skip to content

Commit 456108f

Browse files
committed
Auto-update data [skip ci]
1 parent 7476bcc commit 456108f

File tree

3 files changed

+448
-66
lines changed

3 files changed

+448
-66
lines changed

0x3f-leetcode/0x3f.json

Lines changed: 180 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"title": "数学算法(数论/组合/概率期望/博弈/计算几何/随机算法",
44
"problemUrl": "https://leetcode.cn/circle/discuss/IYT3ss/",
5-
"createTime": "10/26/2025, 8:54:11 AM",
5+
"createTime": "11/2/2025, 8:55:20 AM",
66
"problems": [
77
{
88
"title": "更快的模板(写法二)",
@@ -2144,7 +2144,7 @@
21442144
{
21452145
"title": "常用数据结构(前缀和/差分/栈/队列/堆/字典树/并查集/树状数组/线段树)",
21462146
"problemUrl": "https://leetcode.cn/circle/discuss/mOr1u6/",
2147-
"createTime": "10/26/2025, 8:54:13 AM",
2147+
"createTime": "11/2/2025, 8:55:22 AM",
21482148
"problems": [
21492149
{
21502150
"title": "讲解",
@@ -2692,20 +2692,20 @@
26922692
"score": 0,
26932693
"titleSlug": "subarray-sum-equals-k"
26942694
},
2695-
{
2696-
"title": "930. 和相同的二元子数组",
2697-
"url": "https://leetcode.cn/problems/binary-subarrays-with-sum/",
2698-
"member": false,
2699-
"score": 1591,
2700-
"titleSlug": "binary-subarrays-with-sum"
2701-
},
27022695
{
27032696
"title": "560. 和为 K 的子数组",
27042697
"url": "https://leetcode.cn/problems/subarray-sum-equals-k/",
27052698
"member": false,
27062699
"score": 0,
27072700
"titleSlug": "subarray-sum-equals-k"
27082701
},
2702+
{
2703+
"title": "930. 和相同的二元子数组",
2704+
"url": "https://leetcode.cn/problems/binary-subarrays-with-sum/",
2705+
"member": false,
2706+
"score": 1591,
2707+
"titleSlug": "binary-subarrays-with-sum"
2708+
},
27092709
{
27102710
"title": "1524. 和为奇数的子数组数目",
27112711
"url": "https://leetcode.cn/problems/number-of-sub-arrays-with-odd-sum/",
@@ -2776,6 +2776,13 @@
27762776
"score": 1908,
27772777
"titleSlug": "longest-well-performing-interval"
27782778
},
2779+
{
2780+
"title": "3728. 边界与内部和相等的稳定子数组",
2781+
"url": "https://leetcode.cn/problems/stable-subarrays-with-equal-boundary-and-interior-sum/",
2782+
"member": false,
2783+
"score": 1908,
2784+
"titleSlug": "stable-subarrays-with-equal-boundary-and-interior-sum"
2785+
},
27792786
{
27802787
"title": "3381. 长度可被 K 整除的子数组的最大元素和",
27812788
"url": "https://leetcode.cn/problems/maximum-subarray-sum-with-length-divisible-by-k/",
@@ -2825,6 +2832,20 @@
28252832
"score": 2201,
28262833
"titleSlug": "longest-balanced-substring-ii"
28272834
},
2835+
{
2836+
"title": "2025. 分割数组的最多方案数",
2837+
"url": "https://leetcode.cn/problems/maximum-number-of-ways-to-partition-an-array/",
2838+
"member": false,
2839+
"score": 2217,
2840+
"titleSlug": "maximum-number-of-ways-to-partition-an-array"
2841+
},
2842+
{
2843+
"title": "3729. 统计有序数组中可被 K 整除的子数组数量",
2844+
"url": "https://leetcode.cn/problems/count-distinct-subarrays-divisible-by-k-in-sorted-array/",
2845+
"member": false,
2846+
"score": 2248,
2847+
"titleSlug": "count-distinct-subarrays-divisible-by-k-in-sorted-array"
2848+
},
28282849
{
28292850
"title": "2949. 统计美丽子字符串 II",
28302851
"url": "https://leetcode.cn/problems/count-beautiful-substrings-ii/",
@@ -2888,13 +2909,6 @@
28882909
"score": 0,
28892910
"titleSlug": "path-sum-iii"
28902911
},
2891-
{
2892-
"title": "2025. 分割数组的最多方案数",
2893-
"url": "https://leetcode.cn/problems/maximum-number-of-ways-to-partition-an-array/",
2894-
"member": false,
2895-
"score": 2217,
2896-
"titleSlug": "maximum-number-of-ways-to-partition-an-array"
2897-
},
28982912
{
28992913
"title": "图解",
29002914
"url": "https://leetcode.cn/problems/minimum-operations-to-make-all-array-elements-equal/solution/yi-tu-miao-dong-pai-xu-qian-zhui-he-er-f-nf55/",
@@ -5912,6 +5926,13 @@
59125926
"score": 2697,
59135927
"titleSlug": "maximize-count-of-distinct-primes-after-split"
59145928
},
5929+
{
5930+
"title": "3721. 最长平衡子数组 II",
5931+
"url": "https://leetcode.cn/problems/longest-balanced-subarray-ii/",
5932+
"member": false,
5933+
"score": 2723,
5934+
"titleSlug": "longest-balanced-subarray-ii"
5935+
},
59155936
{
59165937
"title": "2916. 子数组不同元素数目的平方和 II",
59175938
"url": "https://leetcode.cn/problems/subarrays-distinct-element-sum-of-squares-ii/",
@@ -6149,13 +6170,104 @@
61496170
"member": false,
61506171
"score": 2722,
61516172
"titleSlug": "maximum-area-rectangle-with-point-constraints-ii"
6173+
},
6174+
{
6175+
"title": "2468. 根据限制分割消息",
6176+
"url": "https://leetcode.cn/problems/split-message-based-on-limit/",
6177+
"member": false,
6178+
"score": 2381,
6179+
"titleSlug": "split-message-based-on-limit"
6180+
},
6181+
{
6182+
"title": "3197. 包含所有 1 的最小矩形面积 II",
6183+
"url": "https://leetcode.cn/problems/find-the-minimum-area-to-cover-all-ones-ii/",
6184+
"member": false,
6185+
"score": 2540,
6186+
"titleSlug": "find-the-minimum-area-to-cover-all-ones-ii"
6187+
},
6188+
{
6189+
"title": "2532. 过桥的时间",
6190+
"url": "https://leetcode.cn/problems/time-to-cross-a-bridge/",
6191+
"member": false,
6192+
"score": 2588,
6193+
"titleSlug": "time-to-cross-a-bridge"
6194+
},
6195+
{
6196+
"title": "2056. 棋盘上有效移动组合的数目",
6197+
"url": "https://leetcode.cn/problems/number-of-valid-move-combinations-on-chessboard/",
6198+
"member": false,
6199+
"score": 2610,
6200+
"titleSlug": "number-of-valid-move-combinations-on-chessboard"
6201+
},
6202+
{
6203+
"title": "913. 猫和老鼠",
6204+
"url": "https://leetcode.cn/problems/cat-and-mouse/",
6205+
"member": false,
6206+
"score": 2566,
6207+
"titleSlug": "cat-and-mouse"
6208+
},
6209+
{
6210+
"title": "1728. 猫和老鼠 II",
6211+
"url": "https://leetcode.cn/problems/cat-and-mouse-ii/",
6212+
"member": false,
6213+
"score": 2849,
6214+
"titleSlug": "cat-and-mouse-ii"
6215+
},
6216+
{
6217+
"title": "LCP 48. 无限棋局",
6218+
"url": "https://leetcode.cn/problems/fsa7oZ/",
6219+
"member": false,
6220+
"score": 0,
6221+
"titleSlug": "fsa7oZ"
6222+
},
6223+
{
6224+
"title": "LCP 21. 追逐游戏",
6225+
"url": "https://leetcode.cn/problems/Za25hA/",
6226+
"member": false,
6227+
"score": 0,
6228+
"titleSlug": "Za25hA"
6229+
},
6230+
{
6231+
"title": "LCP 58. 积木拼接",
6232+
"url": "https://leetcode.cn/problems/De4qBB/",
6233+
"member": false,
6234+
"score": 0,
6235+
"titleSlug": "De4qBB"
6236+
},
6237+
{
6238+
"title": "LCP 13. 寻宝",
6239+
"url": "https://leetcode.cn/problems/xun-bao/",
6240+
"member": false,
6241+
"score": 0,
6242+
"titleSlug": "xun-bao"
6243+
},
6244+
{
6245+
"title": "LCP 69. Hello LeetCode!",
6246+
"url": "https://leetcode.cn/problems/rMeRt2/",
6247+
"member": false,
6248+
"score": 0,
6249+
"titleSlug": "rMeRt2"
6250+
},
6251+
{
6252+
"title": "LCP 76. 魔法棋盘",
6253+
"url": "https://leetcode.cn/problems/1ybDKD/",
6254+
"member": false,
6255+
"score": 0,
6256+
"titleSlug": "1ybDKD"
6257+
},
6258+
{
6259+
"title": "LCP 82. 万灵之树",
6260+
"url": "https://leetcode.cn/problems/cnHoX6/",
6261+
"member": false,
6262+
"score": 0,
6263+
"titleSlug": "cnHoX6"
61526264
}
61536265
]
61546266
},
61556267
{
61566268
"title": "动态规划(入门/背包/状态机/划分/区间/状压/数位/树形/数据结构优化)",
61576269
"problemUrl": "https://leetcode.cn/circle/discuss/tXLS3i/",
6158-
"createTime": "10/26/2025, 8:54:15 AM",
6270+
"createTime": "11/2/2025, 8:55:24 AM",
61596271
"problems": [
61606272
{
61616273
"title": "讲解",
@@ -6717,6 +6829,13 @@
67176829
"score": 1927,
67186830
"titleSlug": "form-largest-integer-with-digits-that-add-up-to-target"
67196831
},
6832+
{
6833+
"title": "同余前缀和",
6834+
"url": "https://leetcode.cn/problems/count-of-sub-multisets-with-bounded-sum/solutions/2482876/duo-zhong-bei-bao-fang-an-shu-cong-po-su-f5ay/",
6835+
"member": false,
6836+
"score": 2758,
6837+
"titleSlug": "count-of-sub-multisets-with-bounded-sum"
6838+
},
67206839
{
67216840
"title": "2585. 获得分数的方法数",
67226841
"url": "https://leetcode.cn/problems/number-of-ways-to-earn-points/",
@@ -9209,13 +9328,6 @@
92099328
"score": 2258,
92109329
"titleSlug": "maximum-number-that-sum-of-the-prices-is-less-than-or-equal-to-k"
92119330
},
9212-
{
9213-
"title": "3646. 下一个特殊回文数",
9214-
"url": "https://leetcode.cn/problems/next-special-palindrome-number/",
9215-
"member": false,
9216-
"score": 2445,
9217-
"titleSlug": "next-special-palindrome-number"
9218-
},
92199331
{
92209332
"title": "3348. 最小可整除数位乘积 II",
92219333
"url": "https://leetcode.cn/problems/smallest-divisible-digit-product-ii/",
@@ -9552,6 +9664,13 @@
95529664
"score": 1690,
95539665
"titleSlug": "knight-dialer"
95549666
},
9667+
{
9668+
"title": "我的题解的方法二",
9669+
"url": "https://leetcode.cn/problems/number-of-zigzag-arrays-ii/solutions/3794101/ju-zhen-kuai-su-mi-you-hua-dppythonnumpy-77e7/",
9670+
"member": false,
9671+
"score": 2435,
9672+
"titleSlug": "number-of-zigzag-arrays-ii"
9673+
},
95559674
{
95569675
"title": "70. 爬楼梯",
95579676
"url": "https://leetcode.cn/problems/climbing-stairs/",
@@ -10852,7 +10971,7 @@
1085210971
{
1085310972
"title": "图论算法(DFS/BFS/拓扑排序/最短路/最小生成树/二分图/基环树/欧拉路径)",
1085410973
"problemUrl": "https://leetcode.cn/circle/discuss/01LUak/",
10855-
"createTime": "10/26/2025, 8:54:17 AM",
10974+
"createTime": "11/2/2025, 8:55:25 AM",
1085610975
"problems": [
1085710976
{
1085810977
"title": "547. 省份数量",
@@ -12084,7 +12203,7 @@
1208412203
{
1208512204
"title": "位运算(基础/性质/拆位/试填/恒等式/贪心/脑筋急转弯)",
1208612205
"problemUrl": "https://leetcode.cn/circle/discuss/dHn9Vk/",
12087-
"createTime": "10/26/2025, 8:54:18 AM",
12206+
"createTime": "11/2/2025, 8:55:27 AM",
1208812207
"problems": [
1208912208
{
1209012209
"title": "3370. 仅含置位位的最小整数",
@@ -12903,7 +13022,7 @@
1290313022
{
1290413023
"title": "网格图(DFS/BFS/综合应用)",
1290513024
"problemUrl": "https://leetcode.cn/circle/discuss/dHn9Vk/",
12906-
"createTime": "10/26/2025, 8:54:20 AM",
13025+
"createTime": "11/2/2025, 8:55:28 AM",
1290713026
"problems": [
1290813027
{
1290913028
"title": "3370. 仅含置位位的最小整数",
@@ -13722,7 +13841,7 @@
1372213841
{
1372313842
"title": "单调栈(矩形面积/贡献法/最小字典序",
1372413843
"problemUrl": "https://leetcode.cn/circle/discuss/9oZFK9/",
13725-
"createTime": "10/26/2025, 8:54:21 AM",
13844+
"createTime": "11/2/2025, 8:55:30 AM",
1372613845
"problems": [
1372713846
{
1372813847
"title": "739. 每日温度",
@@ -14079,7 +14198,7 @@
1407914198
{
1408014199
"title": "二分算法(二分答案/最小化最大值/最大化最小值/第K小",
1408114200
"problemUrl": "https://leetcode.cn/circle/discuss/SqopEo/",
14082-
"createTime": "10/26/2025, 8:54:22 AM",
14201+
"createTime": "11/2/2025, 8:55:31 AM",
1408314202
"problems": [
1408414203
{
1408514204
"title": "34. 在排序数组中查找元素的第一个和最后一个位置",
@@ -14968,7 +15087,7 @@
1496815087
{
1496915088
"title": "滑动窗口(定长/不定长/多指针",
1497015089
"problemUrl": "https://leetcode.cn/circle/discuss/0viNMK/",
14971-
"createTime": "10/26/2025, 8:54:24 AM",
15090+
"createTime": "11/2/2025, 8:55:33 AM",
1497215091
"problems": [
1497315092
{
1497415093
"title": "【套路】教你解决定长滑窗!适用于所有定长滑窗题目!",
@@ -16426,6 +16545,13 @@
1642616545
"score": 1315,
1642716546
"titleSlug": "number-of-zero-filled-subarrays"
1642816547
},
16548+
{
16549+
"title": "1513. 仅含 1 的子串数",
16550+
"url": "https://leetcode.cn/problems/number-of-substrings-with-only-1s/",
16551+
"member": false,
16552+
"score": 1351,
16553+
"titleSlug": "number-of-substrings-with-only-1s"
16554+
},
1642916555
{
1643016556
"title": "1957. 删除字符使字符串变好",
1643116557
"url": "https://leetcode.cn/problems/delete-characters-to-make-fancy-string/",
@@ -16655,7 +16781,7 @@
1665516781
{
1665616782
"title": "贪心算法(基本贪心策略/反悔/区间/字典序/数学/思维/构造)",
1665716783
"problemUrl": "https://leetcode.cn/circle/discuss/g6KTKL/",
16658-
"createTime": "10/26/2025, 8:54:26 AM",
16784+
"createTime": "11/2/2025, 8:55:35 AM",
1665916785
"problems": [
1666016786
{
1666116787
"title": "3074. 重新分装苹果",
@@ -19623,7 +19749,7 @@
1962319749
{
1962419750
"title": "链表、二叉树与一般树(前后指针/快慢指针/DFS/BFS/直径/LCA)",
1962519751
"problemUrl": "https://leetcode.cn/circle/discuss/K0n2gO/",
19626-
"createTime": "10/26/2025, 8:54:28 AM",
19752+
"createTime": "11/2/2025, 8:55:36 AM",
1962719753
"problems": [
1962819754
{
1962919755
"title": "1290. 二进制链表转整数",
@@ -22542,7 +22668,7 @@
2254222668
{
2254322669
"title": "字符串(KMP/Z函数/Manacher/字符串哈希/AC自动机/后缀数组/子序列自动机)",
2254422670
"problemUrl": "https://leetcode.cn/circle/discuss/SJFwQI/",
22545-
"createTime": "10/26/2025, 8:54:29 AM",
22671+
"createTime": "11/2/2025, 8:55:38 AM",
2254622672
"problems": [
2254722673
{
2254822674
"title": "28. 找出字符串中第一个匹配项的下标",
@@ -22873,6 +22999,13 @@
2287322999
"score": 1724,
2287423000
"titleSlug": "k-divisible-elements-subarrays"
2287523001
},
23002+
{
23003+
"title": "3722. 反转后字典序最小的字符串",
23004+
"url": "https://leetcode.cn/problems/lexicographically-smallest-string-after-reverse/",
23005+
"member": false,
23006+
"score": 1414,
23007+
"titleSlug": "lexicographically-smallest-string-after-reverse"
23008+
},
2287623009
{
2287723010
"title": "3213. 最小代价构造字符串",
2287823011
"url": "https://leetcode.cn/problems/construct-string-with-minimum-cost/",
@@ -23041,6 +23174,13 @@
2304123174
"score": 1483,
2304223175
"titleSlug": "shortest-and-lexicographically-smallest-beautiful-string"
2304323176
},
23177+
{
23178+
"title": "3722. 反转后字典序最小的字符串",
23179+
"url": "https://leetcode.cn/problems/lexicographically-smallest-string-after-reverse/",
23180+
"member": false,
23181+
"score": 1414,
23182+
"titleSlug": "lexicographically-smallest-string-after-reverse"
23183+
},
2304423184
{
2304523185
"title": "3213. 最小代价构造字符串",
2304623186
"url": "https://leetcode.cn/problems/construct-string-with-minimum-cost/",
@@ -23076,6 +23216,13 @@
2307623216
"score": 1223,
2307723217
"titleSlug": "string-matching-in-an-array"
2307823218
},
23219+
{
23220+
"title": "3729. 统计有序数组中可被 K 整除的子数组数量",
23221+
"url": "https://leetcode.cn/problems/count-distinct-subarrays-divisible-by-k-in-sorted-array/",
23222+
"member": false,
23223+
"score": 2248,
23224+
"titleSlug": "count-distinct-subarrays-divisible-by-k-in-sorted-array"
23225+
},
2307923226
{
2308023227
"title": "3076. 数组中的最短非公共子字符串",
2308123228
"url": "https://leetcode.cn/problems/shortest-uncommon-substring-in-an-array/",

0 commit comments

Comments
 (0)