Hello, I've just read some article about dynamic tree; link cut tree
the dynamic tree that using splay tree, support an operation about path aggregation such as max, min, or sum in path. how about sub tree aggregation, like max value on sub tree with root v, can we implement it using splay tree to ?
Thanks in advance







