Topic: Two Pointer Problem / Level: intermediate

Problem: Given two sorted arrays, find all the common elements using two pointers.

Run the code to see the output here...