Basic-Python-Programs icon indicating copy to clipboard operation
Basic-Python-Programs copied to clipboard

add Remove Element function

Open Yurawoo opened this issue 2 years ago • 0 comments

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.

Yurawoo avatar Sep 04 '23 05:09 Yurawoo