mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-09 03:34:02 +08:00
修复 0027移除元素 javascript 版本样式错误问题
This commit is contained in:
@ -185,7 +185,7 @@ func removeElement(nums []int, val int) int {
|
||||
```
|
||||
|
||||
JavaScript:
|
||||
```
|
||||
```javascript
|
||||
//时间复杂度O(n)
|
||||
//空间复杂度O(1)
|
||||
var removeElement = (nums, val) => {
|
||||
|
Reference in New Issue
Block a user