Day 6 โ Merge Sorted Array | Two Pointer Approach | LeetCode Challenge
๐๏ธ Date: July 30, 2025
๐ Challenge:
๐งฉ Problem: Merge Sorted Array โ LeetCode #88 (Easy)
๐ป Topic: Arrays, Two Pointers, In-place Merge
โ
Problem Statement (Summary):
You are given two sorted arrays:
nums1 of size m + n, where the last n elements...
codingchallenge.hashnode.dev2 min read