[package] name = "disjoint-set" version = "0.0.2" authors = ["jaeju kim "] license = "MIT" description = "A implementation of Tarjan's Union-Find Data Structure." repository = "https://github.com/azurespace/union-find"