Class Solution
- java.lang.Object
-
- g1201_1300.s1218_longest_arithmetic_subsequence_of_given_difference.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
longestSubsequence(int[] arr, int difference)
-