Basic-Python-Programs
Basic-Python-Programs copied to clipboard
add Remove Element function
I added a ”remove elements" function. The function can solve the following question: Given an array nums and a value val, remove all instances of that value in-place and return the new length.