|
2 | 2 | { |
3 | 3 | "title": "数学算法(数论/组合/概率期望/博弈/计算几何/随机算法", |
4 | 4 | "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", |
6 | 6 | "problems": [ |
7 | 7 | { |
8 | 8 | "title": "更快的模板(写法二)", |
|
2144 | 2144 | { |
2145 | 2145 | "title": "常用数据结构(前缀和/差分/栈/队列/堆/字典树/并查集/树状数组/线段树)", |
2146 | 2146 | "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", |
2148 | 2148 | "problems": [ |
2149 | 2149 | { |
2150 | 2150 | "title": "讲解", |
|
2692 | 2692 | "score": 0, |
2693 | 2693 | "titleSlug": "subarray-sum-equals-k" |
2694 | 2694 | }, |
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 | | - }, |
2702 | 2695 | { |
2703 | 2696 | "title": "560. 和为 K 的子数组", |
2704 | 2697 | "url": "https://leetcode.cn/problems/subarray-sum-equals-k/", |
2705 | 2698 | "member": false, |
2706 | 2699 | "score": 0, |
2707 | 2700 | "titleSlug": "subarray-sum-equals-k" |
2708 | 2701 | }, |
| 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 | + }, |
2709 | 2709 | { |
2710 | 2710 | "title": "1524. 和为奇数的子数组数目", |
2711 | 2711 | "url": "https://leetcode.cn/problems/number-of-sub-arrays-with-odd-sum/", |
|
2776 | 2776 | "score": 1908, |
2777 | 2777 | "titleSlug": "longest-well-performing-interval" |
2778 | 2778 | }, |
| 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 | + }, |
2779 | 2786 | { |
2780 | 2787 | "title": "3381. 长度可被 K 整除的子数组的最大元素和", |
2781 | 2788 | "url": "https://leetcode.cn/problems/maximum-subarray-sum-with-length-divisible-by-k/", |
|
2825 | 2832 | "score": 2201, |
2826 | 2833 | "titleSlug": "longest-balanced-substring-ii" |
2827 | 2834 | }, |
| 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 | + }, |
2828 | 2849 | { |
2829 | 2850 | "title": "2949. 统计美丽子字符串 II", |
2830 | 2851 | "url": "https://leetcode.cn/problems/count-beautiful-substrings-ii/", |
|
2888 | 2909 | "score": 0, |
2889 | 2910 | "titleSlug": "path-sum-iii" |
2890 | 2911 | }, |
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 | | - }, |
2898 | 2912 | { |
2899 | 2913 | "title": "图解", |
2900 | 2914 | "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 | 5926 | "score": 2697, |
5913 | 5927 | "titleSlug": "maximize-count-of-distinct-primes-after-split" |
5914 | 5928 | }, |
| 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 | + }, |
5915 | 5936 | { |
5916 | 5937 | "title": "2916. 子数组不同元素数目的平方和 II", |
5917 | 5938 | "url": "https://leetcode.cn/problems/subarrays-distinct-element-sum-of-squares-ii/", |
|
6149 | 6170 | "member": false, |
6150 | 6171 | "score": 2722, |
6151 | 6172 | "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" |
6152 | 6264 | } |
6153 | 6265 | ] |
6154 | 6266 | }, |
6155 | 6267 | { |
6156 | 6268 | "title": "动态规划(入门/背包/状态机/划分/区间/状压/数位/树形/数据结构优化)", |
6157 | 6269 | "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", |
6159 | 6271 | "problems": [ |
6160 | 6272 | { |
6161 | 6273 | "title": "讲解", |
|
6717 | 6829 | "score": 1927, |
6718 | 6830 | "titleSlug": "form-largest-integer-with-digits-that-add-up-to-target" |
6719 | 6831 | }, |
| 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 | + }, |
6720 | 6839 | { |
6721 | 6840 | "title": "2585. 获得分数的方法数", |
6722 | 6841 | "url": "https://leetcode.cn/problems/number-of-ways-to-earn-points/", |
|
9209 | 9328 | "score": 2258, |
9210 | 9329 | "titleSlug": "maximum-number-that-sum-of-the-prices-is-less-than-or-equal-to-k" |
9211 | 9330 | }, |
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 | | - }, |
9219 | 9331 | { |
9220 | 9332 | "title": "3348. 最小可整除数位乘积 II", |
9221 | 9333 | "url": "https://leetcode.cn/problems/smallest-divisible-digit-product-ii/", |
|
9552 | 9664 | "score": 1690, |
9553 | 9665 | "titleSlug": "knight-dialer" |
9554 | 9666 | }, |
| 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 | + }, |
9555 | 9674 | { |
9556 | 9675 | "title": "70. 爬楼梯", |
9557 | 9676 | "url": "https://leetcode.cn/problems/climbing-stairs/", |
|
10852 | 10971 | { |
10853 | 10972 | "title": "图论算法(DFS/BFS/拓扑排序/最短路/最小生成树/二分图/基环树/欧拉路径)", |
10854 | 10973 | "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", |
10856 | 10975 | "problems": [ |
10857 | 10976 | { |
10858 | 10977 | "title": "547. 省份数量", |
|
12084 | 12203 | { |
12085 | 12204 | "title": "位运算(基础/性质/拆位/试填/恒等式/贪心/脑筋急转弯)", |
12086 | 12205 | "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", |
12088 | 12207 | "problems": [ |
12089 | 12208 | { |
12090 | 12209 | "title": "3370. 仅含置位位的最小整数", |
|
12903 | 13022 | { |
12904 | 13023 | "title": "网格图(DFS/BFS/综合应用)", |
12905 | 13024 | "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", |
12907 | 13026 | "problems": [ |
12908 | 13027 | { |
12909 | 13028 | "title": "3370. 仅含置位位的最小整数", |
|
13722 | 13841 | { |
13723 | 13842 | "title": "单调栈(矩形面积/贡献法/最小字典序", |
13724 | 13843 | "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", |
13726 | 13845 | "problems": [ |
13727 | 13846 | { |
13728 | 13847 | "title": "739. 每日温度", |
|
14079 | 14198 | { |
14080 | 14199 | "title": "二分算法(二分答案/最小化最大值/最大化最小值/第K小", |
14081 | 14200 | "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", |
14083 | 14202 | "problems": [ |
14084 | 14203 | { |
14085 | 14204 | "title": "34. 在排序数组中查找元素的第一个和最后一个位置", |
|
14968 | 15087 | { |
14969 | 15088 | "title": "滑动窗口(定长/不定长/多指针", |
14970 | 15089 | "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", |
14972 | 15091 | "problems": [ |
14973 | 15092 | { |
14974 | 15093 | "title": "【套路】教你解决定长滑窗!适用于所有定长滑窗题目!", |
|
16426 | 16545 | "score": 1315, |
16427 | 16546 | "titleSlug": "number-of-zero-filled-subarrays" |
16428 | 16547 | }, |
| 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 | + }, |
16429 | 16555 | { |
16430 | 16556 | "title": "1957. 删除字符使字符串变好", |
16431 | 16557 | "url": "https://leetcode.cn/problems/delete-characters-to-make-fancy-string/", |
|
16655 | 16781 | { |
16656 | 16782 | "title": "贪心算法(基本贪心策略/反悔/区间/字典序/数学/思维/构造)", |
16657 | 16783 | "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", |
16659 | 16785 | "problems": [ |
16660 | 16786 | { |
16661 | 16787 | "title": "3074. 重新分装苹果", |
|
19623 | 19749 | { |
19624 | 19750 | "title": "链表、二叉树与一般树(前后指针/快慢指针/DFS/BFS/直径/LCA)", |
19625 | 19751 | "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", |
19627 | 19753 | "problems": [ |
19628 | 19754 | { |
19629 | 19755 | "title": "1290. 二进制链表转整数", |
|
22542 | 22668 | { |
22543 | 22669 | "title": "字符串(KMP/Z函数/Manacher/字符串哈希/AC自动机/后缀数组/子序列自动机)", |
22544 | 22670 | "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", |
22546 | 22672 | "problems": [ |
22547 | 22673 | { |
22548 | 22674 | "title": "28. 找出字符串中第一个匹配项的下标", |
|
22873 | 22999 | "score": 1724, |
22874 | 23000 | "titleSlug": "k-divisible-elements-subarrays" |
22875 | 23001 | }, |
| 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 | + }, |
22876 | 23009 | { |
22877 | 23010 | "title": "3213. 最小代价构造字符串", |
22878 | 23011 | "url": "https://leetcode.cn/problems/construct-string-with-minimum-cost/", |
|
23041 | 23174 | "score": 1483, |
23042 | 23175 | "titleSlug": "shortest-and-lexicographically-smallest-beautiful-string" |
23043 | 23176 | }, |
| 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 | + }, |
23044 | 23184 | { |
23045 | 23185 | "title": "3213. 最小代价构造字符串", |
23046 | 23186 | "url": "https://leetcode.cn/problems/construct-string-with-minimum-cost/", |
|
23076 | 23216 | "score": 1223, |
23077 | 23217 | "titleSlug": "string-matching-in-an-array" |
23078 | 23218 | }, |
| 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 | + }, |
23079 | 23226 | { |
23080 | 23227 | "title": "3076. 数组中的最短非公共子字符串", |
23081 | 23228 | "url": "https://leetcode.cn/problems/shortest-uncommon-substring-in-an-array/", |
|
0 commit comments