原 leetcode python 27.移除元素

https://leetcode-cn.com/problems/remove-element/description/ 遍歷一遍遇到要刪除的值跳過,將數組重寫一遍,這樣的最快的。python class Solution: def removeElement(self, nums, val): """ :type nums: List[int] :type val: in
相關文章
相關標籤/搜索