πDay 5. K-th element of two Arrays π§
π‘ Problem Description:
π Example Walkthrough:
a[] = [2, 3, 6, 7, 9], b[] = [1, 4, 8, 10], k = 56a[] = [100, 112, 256, 349, 770], b[] = [72, 86, 113, 119, 265, 445, 892], k = 7256π― My Approach:
π Time and Auxiliary Space Complexity
π Solution Code
Code (C)
Code (Cpp)
Code (Java)
Code (Python)
π― Contribution and Support:
πVisitor Count
Last updated