Versions in this module Expand all Collapse all v0 v0.0.0 May 13, 2021 Changes in this version + type DSU struct + func New() *DSU + func (d *DSU) Add(x interface{}) bool + func (d *DSU) Contains(x interface{}) bool + func (d *DSU) Find(x interface{}) interface{} + func (d *DSU) Union(x, y interface{}) bool