Merge Sorted Array at Meta
Easy54.4% acceptance
This problem has 87.5% frequency at Meta.
Problem Description
You are given two integer arrays `nums1` and `nums2`, sorted in **non-decreasing order** , and two integers `m` and `n`, representing the number of elements in `nums1` and `nums2` respectively. **Merge** `nums1` and `nums2` into a single array sorted in **non-decreasing order**. The final sorted a...
Read full problem and hintsTopics
Also asked at 41 companies
More Meta Questions
Kth Largest Element in an ArrayMediumValid Palindrome IIEasyTwo SumEasyMerge IntervalsMediumValid PalindromeEasy
View all Meta questions