Yggdrasill
0.2
|
Class used to select the weight balanced tree as underlying tree for the DynamicSegmentTree. More...
#include <dynamic_segment_tree.hpp>
Class used to select the weight balanced tree as underlying tree for the DynamicSegmentTree.
Use this class as the TreeSelector template parameter of the DynamicSegmentTree to chose a weight balanced tree (see WBTree) as underlying tree for the DynamicSegmentTree.
AdditionalOptions | Pass additional TreeFlags to the underlying red-black tree. |