Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 2040. Kth Smallest Product of Two Sorted Arrays
Given two sorted integer arrays, find the k-th smallest value among all pairwise products nums1[i]*nums2[j] without materializing all pairs; the core challenge is to binary-search the product value and count how many pairs are <= mid efficiently while handling negatives, zeros, and positives.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.