steap_by_steap
0.1.0
Module unionfind
Structs
In crate steap_by_steap
?
Module
steap_by_steap
::
unionfind
source
·
[
−
]
Structs
§
UnionFind
The Union-Find structure is used to efficiently manage and merge disjoint sets. This module provides an implementation of the Union-Find (disjoint set) data structure.