Topic: Two Pointer Problem / Level: intermediate

Problem: Find all pairs in two different sorted arrays whose sum is less than a target using two pointers.

Run the code to see the output here...