bipath

Crates.iobipath
lib.rsbipath
version0.1.0
created_at2025-11-10 15:34:08.122767+00
updated_at2025-11-10 15:34:08.122767+00
descriptionA generic Rust crate for heavy-light decomposition (HLD) that enables efficient path queries and updates on trees. Supports customizable combine functions, lazy propagation, and all standard HLD operations including LCA queries, path queries, and path updates with O(log² n) complexity.
homepagehttps://github.com/coderSomya/halide
repositoryhttps://github.com/coderSomya/halide
max_upload_size
id1925717
size53,841
Somyajeet (coderSomya)

documentation

https://docs.rs/halide

README

Halide

A generic Rust crate leveraging Heavy Light Decomposition that enables efficient path queries and updates on trees. Supports customizable combine functions, lazy propagation, and all standard HLD operations including LCA queries, path queries, and path updates with O(log² n) complexity.

Commit count: 0

cargo fmt