HacktoberfestSIT / Problem-Solving

Apache License 2.0
6 stars 34 forks source link

Merge Two Arrays #20

Open deepdhar opened 2 years ago

deepdhar commented 2 years ago

Arrays -> Merge 2 arrays ->

Given two arrays of 5 random numbers each, return a single array with both the arrays merged.

Use any programming language for your solution

Gourav-78 commented 2 years ago

I want to work on this issue..I can provide the solution in C/C++

deepdhar commented 2 years ago

I want to work on this issue..I can provide the solution in C/C++

Assigned for C/C++ solution

KMayank02 commented 2 years ago

Should the merged array be sorted? And should duplicated be removed or not in the final array?

SCI-COPATH commented 2 years ago

@deepdhar please merge my pr

deep846 commented 2 years ago

I want to solve this solution using c++

OctoplusNinja commented 2 years ago

assigned you @deep846 !

SCI-COPATH commented 2 years ago

@OctoplusNinja hay please check my pull request

Tanisha-creator commented 2 years ago

I want to solve this in C++ in-place.

abhijeet-crypto commented 2 years ago

i would like to work on this using java

aisha-09 commented 2 years ago

I want to work on this. Please assign it to me

abhijeet-crypto commented 2 years ago

@deepdhar review my PR #110

amankumar988 commented 2 years ago

I want to work on this issue using C