From a99b89d002cf237ed7da4b8eabd3d142efe2e849 Mon Sep 17 00:00:00 2001 From: TFTree <83645868+TFTree@users.noreply.github.com> Date: Thu, 24 Aug 2023 08:22:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B6=E6=9F=A5=E9=9B=86=E9=85=8D=E5=9B=BE?= =?UTF-8?q?=E5=8B=98=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 正确的图片应该是9指向6而不是9指向2 --- problems/图论并查集理论基础.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/problems/图论并查集理论基础.md b/problems/图论并查集理论基础.md index 5cd753e9..973c661e 100644 --- a/problems/图论并查集理论基础.md +++ b/problems/图论并查集理论基础.md @@ -292,7 +292,7 @@ join(2, 9); 此时我们生成的的有向图为: -![](https://code-thinking-1253855093.file.myqcloud.com/pics/20230526122203.png) +![](https://cdn.tftree.top/others/jion.jpg) 有录友可能想,`join(3, 8)` 在图中为什么 将 元素1 连向元素 3 而不是将 元素 8 连向 元素 3 呢?