Kth Smallest Number in Multiplication Table
Try to solve the Kth Smallest Number in Multiplication Table problem.
We'll cover the following
Statement
You are given a multiplication table of size m
n
, where each element at position mat[i][j]
is calculated as
Your task is to find the m
, n
, and k
values.
Constraints:
m
,n
k
m
n
Examples
Level up your interview prep. Join Educative to access 70+ hands-on prep courses.