seg-tree 0.1.0

A simple segment tree library
Documentation

seg-tree

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

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

It also adds some example/default implementations for certain possible nodes.