seg-tree

Crates.ioseg-tree
lib.rsseg-tree
version0.3.0
sourcesrc
created_at2022-02-16 17:39:22.391497
updated_at2022-08-30 19:52:29.330938
descriptionA simple segment tree library
homepage
repositoryhttps://github.com/N9199/seg-tree
max_upload_size
id533423
size109,702
Nicholas (N9199)

documentation

https://docs.rs/seg-tree

README

seg-tree

Build Status crates.io docs.rs

A Rust library which provides segment tree implementations. It includes the following:

  • Iterative Segment Tree
  • Recursive Segment Tree
  • Lazy Segment Tree
  • Persistent Segment Tree
  • Lazy Persistent Segment Tree

It also adds some example/default implementations for certain possible nodes and a wrapper node.

Commit count: 43

cargo fmt