07(Aug) K-th element of two Arrays
07. K-th element of two Arrays
Problem Description
k = 5
arr1 = [2, 3, 6, 7, 9]
arr2 = [1, 4, 8, 10]6My Approach
Time and Auxiliary Space Complexity
Code (C++)
Code (Java)
Code (Python)
Contribution and Support
📍Visitor Count
Last updated