Microsoft interview question

You have a sorted array A length m and a sorted array B length n. Insert array elements in order into an array C with length m+n.

Interview Answer

Anonymous

Dec 14, 2015

Merge part of merge sort?