Class Solution
- java.lang.Object
-
- g2301_2400.s2367_number_of_arithmetic_triplets.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 int
arithmeticTriplets(int[] nums, int diff)
-