Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Problem] Merge two sorted array #38

Open
ademclk opened this issue Aug 22, 2022 · 0 comments
Open

[Problem] Merge two sorted array #38

ademclk opened this issue Aug 22, 2022 · 0 comments
Labels
good first contribution Good for new contributors good first issue Good for newcomers programs

Comments

@ademclk
Copy link
Owner

ademclk commented Aug 22, 2022

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.

@ademclk ademclk added good first issue Good for newcomers good first contribution Good for new contributors programs labels Aug 22, 2022
ademclk added a commit that referenced this issue Oct 23, 2022
Python program to merge two sorted arrays -> Issue #38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first contribution Good for new contributors good first issue Good for newcomers programs
Projects
None yet
Development

No branches or pull requests

1 participant