Structs§
- Union
Find - A union find data structure. Note that this implementation clones elements a lot.
Generally, you should use the data structure with small, preferably
Copyable types, like integers. However, arbitraryClone+PartialEqtypes are possible.
Enums§
- AddError
- NewUnion
Find Error - Union
ByRank Error - Union
Error - Union
OrAdd Error - Union
Status - When a union is made, there is a possibility that the two classes were already unioned before. This enum is returned to disambiguate the two cases.