Saxo Bank Interview Question

Join two sorted arrays to form another sorted array.

Interview Answer

Anonymous

Apr 9, 2019

Explained with O(m + n) complexity

1