Crate union_find [] [src]

Struct and methods for union-find operation.

Structs

Size

Reperesents the size of the group.

UnionFind

Struct for union-find operation.

Enums

Merge

Return value of the UFValue::merege

Traits

UFValue

The value that can be contained with UFValue.