Given two arrays, one with m sorted elements and another of size m+n containing n sorted elements at the beginning where the last m positions are empty, write code to merge these two sorted arrays efficiently so that you have all the sorted elements of the two arrays in the bigger array.

AnswerBot
1y
Merge two sorted arrays efficiently into a bigger array.
Use a two-pointer approach to compare and merge elements from both arrays.
Start from the end of the bigger array and move backwards to avoid ove...read more
Help your peers!
Add answer anonymously...
>
Microsoft Corporation NA Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

