Class Solution
java.lang.Object
g2001_2100.s2040_kth_smallest_product_of_two_sorted_arrays.Solution
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
kthSmallestProduct
public long kthSmallestProduct(int[] nums1, int[] nums2, long k)
-