Astrodevil / Programming-Basics

This Repository Contains source codes of various programming languages. Please Contribute to make this Useful.
https://astrodevil.github.io/Programming-Basics/
MIT License
71 stars 122 forks source link

Create Merge Without Extra Space.cpp #378

Closed m0hit-kumar closed 2 years ago

m0hit-kumar commented 2 years ago

Problem statement: Given two sorted arrays arr1[] of size N and arr2[] of size M. Each array is sorted in non-decreasing order. Merge the two arrays into one sorted array in non-decreasing order without using any extra space. source :- GFG Contributor: m0hit-kumar