Class Solution
java.lang.Object
g1001_1100.s1013_partition_array_into_three_parts_with_equal_sum.Solution
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
canThreePartsEqualSum
public boolean canThreePartsEqualSum(int[] a)
-