Question: [Marks 300 Problem No. 1: You are given two sorted arrays. You need to merge these two arrays such that the initial numbers (after complete

[Marks 300 Problem No. 1: You are given two sorted arrays. You need to merge these two arrays such that the initial numbers (after complete sorting) are in the first array and the remaining numbers are in the second array For Example A = (10. 15, 25) B = {1.5. 20, 30) A = {1,5, 9, 10, 15, 20). B = {2, 3, 8, 13); The resulting arrays are: The resulting arrays are: A = {1.5. 10) B = {15.20. 25, 30) A = (1, 2, 3, 5, 8, 9) B = {10, 13, 15, 20) [Marks 300 Problem No. 1: You are given two sorted arrays. You need to merge these two arrays such that the initial numbers (after complete sorting) are in the first array and the remaining numbers are in the second array For Example A = (10. 15, 25) B = {1.5. 20, 30) A = {1,5, 9, 10, 15, 20). B = {2, 3, 8, 13); The resulting arrays are: The resulting arrays are: A = {1.5. 10) B = {15.20. 25, 30) A = (1, 2, 3, 5, 8, 9) B = {10, 13, 15, 20)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
