Skip to content

Commit 71f7b20

Browse files
author
Ziming M
committed
add translator's adress
1 parent 9bc2007 commit 71f7b20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

think_like_computer/Union-find-Explanation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**Translator: [Ziming]](https://github.com/ML-ZimingMeng/LeetCode-Python3)**
2+
3+
**Author: [labuladong](https://github.com/labuladong)**
4+
15
# Detailed Explanation of Union-Find
26

37
Today I will talk about the Union-Find algorithm, which is often referred to as the Disjoint-Set algorithm, mainly to solve the problem of "dynamic connectivity" in graph theory. Nouns look a little confusing, but they ’re really easy to understand. We will explain it later. Moreover, the application of this algorithm is also very interesting.

0 commit comments

Comments
 (0)