mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-08 00:43:04 +08:00
添加 0027.移除元素.md C语言注释
This commit is contained in:
@ -260,7 +260,6 @@ int removeElement(int* nums, int numsSize, int val){
|
||||
//最后慢指针的大小就是新的数组的大小
|
||||
return slow;
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
-----------------------
|
||||
|
Reference in New Issue
Block a user