Crates.io | range_union_find |
lib.rs | range_union_find |
version | 0.5.0 |
source | src |
created_at | 2021-04-16 04:33:30.154384 |
updated_at | 2023-06-02 22:38:17.872334 |
description | A union-find data structure for ranges |
homepage | https://github.com/rlee287/range_union_find |
repository | https://github.com/rlee287/range_union_find |
max_upload_size | |
id | 385197 |
size | 107,913 |
This crate implements a union-find data structure for ranges that supports PrimInt
s and Float
s.
See the API documentation for more information.