Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.