Oracle interview question

Sort two unsorted array and put results in place without using extra space.

Interview Answer

Anonymous

Dec 8, 2022

Trying with sort the two arrays and then swaping by comparing .