Type Alias link_cut_tree::DefaultMinLinkCutTree

source ·
pub type DefaultMinLinkCutTree = MutexLinkCutTree<Unit>;
Expand description

default implementation of link cut tree, ancestor_at and caterpillar_apply not supported

Aliased Type§

struct DefaultMinLinkCutTree { /* private fields */ }