Topic: Array Problem / Level: intermediate

Problem: Given two sorted arrays, merge them into a single sorted array in O(n) time.

Run the code to see the output here...