Skip to content

[Problem] Merge two sorted array #38

Description

@ademclk

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions