-
Notifications
You must be signed in to change notification settings - Fork 28
[Problem] Merge two sorted array #38
Copy link
Copy link
Open
Labels
good first contributionGood for new contributorsGood for new contributorsgood first issueGood for newcomersGood for newcomersprograms
Description
Merge two sorted array
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first contributionGood for new contributorsGood for new contributorsgood first issueGood for newcomersGood for newcomersprograms