Remove Elements - Easy Leetcode Solution using TypeScript
Understanding the 'Remove Element' Problem
The 'Remove Element' problem asks us to remove all occurrences of a specific number, val, from an array of numbers, nums.
Problem Type- Easy
https://leetcode.com/problems/remove-element/description/
O(n) Sol...
xauravww.hashnode.dev1 min read