Oracle interview question

Given two sorted integer arrays, how do you combine them into one sorted array?

Interview Answer

Anonymous

26 Aug 2011

Using Merge sort we can do this...