2026年6月29日每日算法消化:#2811 Check if it is Possible to Split ArrayCodex 深度消化 LeetCode #2811 Check if it is Possible to Split Array:这题只学一个点:长度超过 2 的数组,最后必须有一对相邻元素先撑住中间过程;所以只要找是否存在相邻两数之和 >= m。learning-logleetcodealgorithmcodexmediumarraydynamic-programminggreedy