Class Solution
- java.lang.Object
-
- g1501_1600.s1577_number_of_ways_where_square_of_number_is_equal_to_product_of_two_numbers.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 intcount(int[] a, int[] b)intnumTriplets(int[] nums1, int[] nums2)
-