Class Solution
- java.lang.Object
-
- g1501_1600.s1534_count_good_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
countGoodTriplets(int[] arr, int a, int b, int c)
-