OSDN Git Service

Update monotonous-queue.md
authorMosa-Linking <42469018+Mosa-Linking@users.noreply.github.com>
Tue, 21 Aug 2018 03:12:45 +0000 (11:12 +0800)
committerGitHub <noreply@github.com>
Tue, 21 Aug 2018 03:12:45 +0000 (11:12 +0800)
docs/data-structure/novice/monotonous-queue.md

index e6efaf8..a69908c 100644 (file)
@@ -36,7 +36,7 @@ Ps.单调队列中的"队列"与正常的队列有一定的区别,稍后会提
 \r
 而由于查询区间长度是固定的,超出查询空间的值再大也不能输出,因此还需要site数组记录第i个队中的数在原数组中的位置,以弹出越界的队头\r
 \r
-[例题代码](https://www.luogu.org/paste/ckqz1cm4)\r
+[例题代码](https://www.luogu.org/paste/dze1lw3b)\r
 \r
 Ps.此处的"队列"跟普通队列的一大不同就在于可以从队尾进行操作,c++中有相似的数据结构deque\r
 \r