LeetCode — Remove Duplicates from Sorted Array
Problem statement
Given a sorted array nums, remove the duplicates in-place such that each element appears only once and returns the new length.
Do not allocate extra space for another array, you must do this by modifying the input array in-place wit...
alkesh26.hashnode.dev4 min read