Skip to content

General purpose library for path queries and updates on a tree using heavy light decomposition

Notifications You must be signed in to change notification settings

coderSomya/halide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

General purpose library for path queries and updates on a tree using heavy light decomposition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages