Class Solution
- java.lang.Object
-
- g1501_1600.s1502_can_make_arithmetic_progression_from_sequence.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canMakeArithmeticProgression(int[] arr)
-