Qualcomm interview question

Given two sorted arrays, write the logic to obtain one sorted array.

Interview Answer

Anonymous

Aug 29, 2017

Anyone familiar with merge sort can finish this in a few minutes at most.