Update 0239.滑动窗口最大值.md
This commit is contained in:
parent
fe1eaeff4e
commit
c4a12f7dc4
|
|
@ -296,7 +296,7 @@ class Solution {
|
||||||
```
|
```
|
||||||
|
|
||||||
Python:
|
Python:
|
||||||
```python3
|
```python
|
||||||
from collections import deque
|
from collections import deque
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue