Merge pull request #2254 from TFTree/test

并查集理论基础勘误(不修改图片)
This commit is contained in:
程序员Carl 2023-09-10 20:31:04 +08:00 committed by GitHub
commit ab4c44d2a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -283,9 +283,8 @@ join(1, 8);
join(3, 8);
join(1, 7);
join(8, 5);
join(6, 2);
join(2, 9);
join(6, 2);
```
此时我们生成的的有向图为: