Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rlee287/range_union_find
A union-find data structure for ranges
https://github.com/rlee287/range_union_find
Last synced: about 2 months ago
JSON representation
A union-find data structure for ranges
- Host: GitHub
- URL: https://github.com/rlee287/range_union_find
- Owner: rlee287
- License: apache-2.0
- Created: 2021-04-16T04:18:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T22:37:27.000Z (over 1 year ago)
- Last Synced: 2024-10-06T09:25:05.936Z (3 months ago)
- Language: Rust
- Size: 91.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# range_union_find
[![Crates.io](https://img.shields.io/crates/v/range_union_find)](https://crates.io/crates/range_union_find)
[![Crates.io](https://img.shields.io/crates/d/range_union_find)](https://crates.io/crates/range_union_find)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue)](https://github.com/rlee287/range_union_find/blob/main/LICENSE-APACHE)
[![License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/rlee287/range_union_find/blob/main/LICENSE-MIT)This crate implements a union-find data structure for ranges that supports `PrimInt`s and `Float`s.
See the API documentation for more information.