Qualcomm interview question

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

Interview Answer

Anonymous

29 Aug 2017

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