DSA Day 93/100
Topic: Arrays
1) Remove Duplicates from Sorted ArrayEasy2) Remove Duplicates from Sorted Array IIMedium
Remove Duplicates from Sorted Array
Input: nums = [0,0,1,1,1,2,2,3,3,4]
Output: 5, nums = [0,1,2,3,4,_,_,_,_,_]
Explanation: Your function shou...
preetikaprakash.hashnode.dev2 min read
harsh sehrawat
On pc For codes
Hey ,Your consistency is inspiring. Also, i am on the same path but a beginner ,doing dsa with java . You have written you are available for mentoring java beginners . Please highlight and make me aware of some of the not to do mistakes in java . A reply will be highly appreciated ,Thanks