digest
|
Segment Tree data structure. Supports log(n) point updates and range minimum queries. More...
#include <data_structure.hpp>
Segment Tree data structure. Supports log(n) point updates and range minimum queries.
A data structure that can answer point update & range minimum queries.
k | large window size |