Versions in this module Expand all Collapse all v1 v1.1.0 Jun 12, 2022 Changes in this version type UnionFind + func NewUnionFind(input []T) UnionFind[T] + Count func() int v1.0.6 Dec 31, 2021 v1.0.5 Sep 13, 2020 Changes in this version + type UnionFind struct + func New(arr []int) *UnionFind + func (unif *UnionFind) Find(v int) int + func (unif *UnionFind) Size(x int) int + func (unif *UnionFind) Union(x, y int) Other modules containing this package github.com/qulia/go-qulia/v2