diff --git a/src/data_structures/stack_queue_modification.md b/src/data_structures/stack_queue_modification.md index c8bee7927..fbce47929 100644 --- a/src/data_structures/stack_queue_modification.md +++ b/src/data_structures/stack_queue_modification.md @@ -187,5 +187,6 @@ Since all operations with the queue are performed in constant time on average, t ## Practice Problems * [Queries with Fixed Length](https://www.hackerrank.com/challenges/queries-with-fixed-length/problem) +* [Sliding Window Minimum](https://cses.fi/problemset/task/3221) * [Binary Land](https://www.codechef.com/MAY20A/problems/BINLAND)