Challenge: Merge Two Sorted Arrays
Try to solve the Merge Two Sorted Arrays problem.
We'll cover the following
Statement
Given two integer arrays, nums1
and nums2
, of size nums1
and nums2
into a single array sorted in nondecreasing order.
Constraints:
nums1[i]
,nums2[i]
Examples
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.