Skip to content

Commit 6362364

Browse files
author
Wei Hu
authored
修复990题的超链接
1 parent 372b92b commit 6362364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

算法思维系列/UnionFind算法应用.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
[130.被围绕的区域](https://leetcode-cn.com/problems/surrounded-regions)
2020

21-
[990.等式方程的可满足性](https://leetcode-cn.com/problems/surrounded-regions)
21+
[990.等式方程的可满足性](https://leetcode-cn.com/problems/satisfiability-of-equality-equations)
2222

2323
**-----------**
2424

@@ -250,4 +250,4 @@ boolean equationsPossible(String[] equations) {
250250
<img src="../pictures/qrcode.jpg" width=200 >
251251
</p>
252252

253-
======其他语言代码======
253+
======其他语言代码======

0 commit comments

Comments
 (0)