We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 063ad60 + 2648570 commit 925fc7bCopy full SHA for 925fc7b
0027/RemoveElements.py
@@ -2,6 +2,7 @@
2
3
4
class Solution:
5
+
6
def removeElement(self, nums: List[int], val: int) -> int:
7
k = 0
8
0 commit comments