We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa827ec commit 6399d79Copy full SHA for 6399d79
problems/239.sliding-window-maximum.md
@@ -79,7 +79,7 @@ class Solution:
79
80
如果你仔细观察的话,发现双端队列其实是一个递减的一个队列。因此队首的元素一定是最大的。用图来表示就是:
81
82
-
+
83
84
## 关键点解析
85
0 commit comments