Class Solution
java.lang.Object
g1501_1600.s1577_number_of_ways_where_square_of_number_is_equal_to_product_of_two_numbers.Solution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcount(int[] a, int[] b) intnumTriplets(int[] nums1, int[] nums2)
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
numTriplets
public int numTriplets(int[] nums1, int[] nums2) -
count
public int count(int[] a, int[] b)
-