From 75742f0a692b0dfe01149b5ef1439c1458f3e128 Mon Sep 17 00:00:00 2001 From: caoash Date: Wed, 17 Jun 2020 13:47:10 -0500 Subject: [PATCH] minor fix --- content/5_Gold/DS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/5_Gold/DS.md b/content/5_Gold/DS.md index af6a8f8..47283c3 100644 --- a/content/5_Gold/DS.md +++ b/content/5_Gold/DS.md @@ -36,7 +36,7 @@ The stack we used is called a "monotonic stack" because we keep popping off the (add more once codeforces comes up) -# Sliding Window (Deque) +# Sliding Window Let's envision a sliding window (or constant size subarray) of size $K$ moving left to right along an array, $a$. For each position of the window, we want to compute some information.