class PartiallyPersistentUnionFind
- PartiallyPersistentUnionFind
- Reference
- Object
Defined in:
datastructure/partially_persistent_union_find.crConstructors
Instance Method Summary
- #now : Int32
- #root(x : Int, time : Int) : Int32
- #same?(x : Int, y : Int, time : Int) : Bool
- #size(x : Int, time : Int) : Int
- #size : Int32
- #unite(x : Int, y : Int) : Bool