Topic: Two Pointer Problem / Level: advanced

Problem: Given two sorted arrays, find the k-th largest element in the merged sorted array using two pointers.

Run the code to see the output here...