Topic: Two Pointer Problem / Level: advanced

Problem: Given two sorted arrays, find the median of the merged array using the two-pointer technique.

Run the code to see the output here...