Union-Find

February 7, 2022
Algorithm

Union-Find is an algorithm that is used to solve a number of particular problems. The essentail one is Dynamic connectivity, many other problems are its variants.

...