Topic: Two Pointer Problem / Level: intermediate

Problem: Given two sorted arrays, find the pair of elements with the smallest sum using two pointers.

Run the code to see the output here...