Day 1 - Remove Duplicates From Sorted Array- Leetcode Problem Solved
The Task
Given an integer array nums sorted in non-decreasing order, remove the duplicates in-place such that each unique element appears only once. The relative order of the elements should be kept the same.
Since it is impossible to change the leng...
sodiqsanusi.hashnode.dev2 min read