Oracle interview question

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

Interview Answer

Anonymous

8 Dec 2022

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