hash-unionfind

Crates.iohash-unionfind
lib.rshash-unionfind
version0.1.1
sourcesrc
created_at2023-06-01 16:06:31.89317
updated_at2023-06-01 16:11:47.890377
descriptionA Rust implementation of the Union-Find data structure
homepagehttps://github.com/eytans/rs-unionfind
repositoryhttps://github.com/eytans/rs-unionfind
max_upload_size
id879859
size6,863
(eytans)

documentation

https://docs.rs/unionfind

README

Unionfind

A very simple implementation of unionfind in rust. Uses indexmap as the backbone to support any data structure. To have a nice API it uses RefCell, so find is still efficient, but not concurrent.

Commit count: 4

cargo fmt