Day-1 Leetcode Interview Questions
88. Merge Sorted Array — LeetCode (Easy)
Problem Summary
You are given two sorted arrays:
nums1 of size m + n, where the first m elements are valid, and the last n elements are zeros (placeholders).
nums2 of size n, containing sorted values.
Your...
compscigrad.hashnode.dev3 min read