Coding challenge Day-1
Removing duplicates from a sorted array
Heading into the challenge, I had to first make a language pick on leetcode, and of course, I went for JavaScript ๐
. The challenge was to remove duplicate numbers from an array(nums). Looked straightforward b...
amehelijah.hashnode.dev2 min read