DSA Master
Home
Problems
123
Schedule
17 Patterns
Data Structures
PDF Guide
Back to Problems
Mark as Complete
Merge Sorted Array
#88
Easy
Array & Hashing
O(m + n)
O(1)
Amazon
Google
Meta
View on LeetCode
Description
Approach
Solution
Related
Problem Description
Merge nums2 into nums1 in sorted order.