treez 0.11.0

A collection of useful tree data structures.
Documentation
1
2
3
4
5
6
7
pub mod seg;
pub mod rb;
pub mod autograd;
pub mod prefix;
pub mod sarsa;
pub mod softmax;
pub mod policy;