Update 0239.滑动窗口最大值.md

This commit is contained in:
程序员Carl 2022-10-16 10:46:42 +08:00 committed by GitHub
parent fe1eaeff4e
commit c4a12f7dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ class Solution {
```
Python
```python3
```python
from collections import deque