Topic: Two Pointer Problem / Level: intermediate

Problem: Find the smallest difference between any two elements from two sorted arrays using two pointers.

Run the code to see the output here...