interval-rbtree

Crates.iointerval-rbtree
lib.rsinterval-rbtree
version0.1.0
created_at2025-02-14 15:38:23.148808+00
updated_at2025-02-14 15:38:23.148808+00
descriptionAn interval tree implementation using Red-Black Tree as its underlying data structure.
homepage
repository
max_upload_size
id1555712
size38,661
(dwuggh)

documentation

README

interval-rbtree


An interval tree implementation using Red-Black Tree as its underlying data structure.

This crate is initially designed for storing emacs's face intervals, so you may see connections through the API.

Credit of the RB Tree's algorithms go for the infamous textbook, Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.

Commit count: 0

cargo fmt