Skip to content

[Problem] Merge two sorted array #38

@ademclk

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions