wuf 0.1.2

A fast weighted implementation to the union-find problem with path compression.
Documentation
[dependencies]

[package]
authors = ["gliderkite <gliderkite@gmail.com>"]
categories = ["algorithms", "data-structures"]
description = "A fast weighted implementation to the union-find problem with path compression."
documentation = "https://docs.rs/wuf"
homepage = "https://crates.io/crates/wuf"
keywords = ["union-find", "quick-union", "quick-find", "weighted-quick-union"]
license = "MIT"
name = "wuf"
repository = "https://github.com/gliderkite/wuf"
version = "0.1.2"