DSA-guide icon indicating copy to clipboard operation
DSA-guide copied to clipboard

Merge two sorted arrays without using extra space

Open kiruba-r11 opened this issue 3 years ago • 7 comments

💥 Proposal

Two sorted arrays would be given and those arrays should be merged without using extra space. For example: Array - 1 = [0 , 2 , 4 , 6] Array - 2 = [1 , 3 , 5 , 7 , 9]

Since, extra space should not be used, the result should be store in input array itself like,

Array - 1 = [0 , 1 , 2 , 3] Array - 2 = [4 , 5 , 6 , 7 , 9]

Have you read the Contributing Guidelines on Pull Requests ?

Yes

kiruba-r11 avatar Mar 20 '21 05:03 kiruba-r11

@ankitapuri Can i work on this in C++ under CrossWoc

kiruba-r11 avatar Mar 20 '21 05:03 kiruba-r11

Would like to do it in python

pri1311 avatar Mar 20 '21 08:03 pri1311

Hi @ankitapuri I would like to solve it in javascript. Please assign it to me in Java

abhinav5481 avatar Mar 21 '21 18:03 abhinav5481

I would like to do this in python if possible assign me.

rish-singhal avatar Apr 12 '21 04:04 rish-singhal

I would like to do this in python if possible assign me.

yeah sure

ankitapuri avatar Apr 12 '21 11:04 ankitapuri

I would like to do it in java could you please assign me this. Thanks

ASLManasa avatar Jul 29 '21 07:07 ASLManasa

Hi I would like to contribute to this issue if anyone else is not working on it C++ language

Mudit-Jxin7 avatar Mar 28 '23 09:03 Mudit-Jxin7