[LeetCode] Top Interview 150 Problems Solving # 27 Remove Element
Understanding the Problem There is a list of nums as nums and a single integer as val. If the given list has the value val, it should be taken away from the list. The instruction was clear with the finishing words that I need to return k, which is th...
Feb 11, 20252 min read15