leetcode_easy_array1013. Partition Array Into Three Parts With Equal Sum

Posted 鹅要长大

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了leetcode_easy_array1013. Partition Array Into Three Parts With Equal Sum相关的知识,希望对你有一定的参考价值。

problem

1013. Partition Array Into Three Parts With Equal Sum

 

 

不明白的点:

有可能很多个part,前N个part之和满足sum的1/3或者2/3,然后前N+k个part也能够满足sum的1/3或者2/3,也就是说可能不止一种组合;

而本题的答案,都是以只有一个组合为准的,比如只要满足sum的1/3,接下来就只要满足2/3等等就可以了。。。有点疑惑。。。

参考

1. leetcode_1013. Partition Array Into Three Parts With Equal Sum;

以上是关于leetcode_easy_array1013. Partition Array Into Three Parts With Equal Sum的主要内容,如果未能解决你的问题,请参考以下文章

leetcode_easy_array1380. Lucky Numbers in a Matrix

leetcode_easy_array1394. Find Lucky Integer in an Array

leetcode_easy_array1010. Pairs of Songs With Total Durations Divisible by 60

HDU 1013

pat甲级1013

PAT1013