Marwes / union-find-rs

Struct and methods for union-find operation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

union-find-rs Build Status Coverage Status

Struct and methods for union-find operation.

Documentation

How to use?

Add this to your Cargo.toml:

[dependencies]
union-find = "*"

and this to your crate root:

extern crate union_find;

About

Struct and methods for union-find operation.

License:MIT License


Languages

Language:Rust 100.0%