You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're given two sorted arrays array1[] and array2[] of sizes x and y.
After the sorting complete array1[] has first x elements sorted and array2[] has last y elements sorted. First, print array1[] and array2[] then create a new array3[] and concatenate them.
The text was updated successfully, but these errors were encountered:
Merge two sorted array
You're given two sorted arrays array1[] and array2[] of sizes x and y.
The text was updated successfully, but these errors were encountered: