Topic: Two Pointer Problem / Level: advanced

Problem: Given two sorted arrays, find the union of the two arrays and return it as a new sorted array using two pointers.

Run the code to see the output here...