[][src]Module contest_algorithms::range_query::dynamic_arq

Associative Range Query Tree with dynamic allocation, supporting dynamic node construction and persistence

Structs

DynamicArq

A dynamic, and optionally persistent, associative range query data structure.

DynamicArqNode

Functions

first_negative

An example of binary search on the tree of a DynamicArq. The tree may have any size, not necessarily a power of two.

Type Definitions

ArqView