Flow
Documentation for the Flow C++ Library
Loading...
Searching...
No Matches
flow_segment_tree.h File Reference
#include "flow_vector.h"
#include <cassert>
#include <optional>

Go to the source code of this file.

Classes

class  flow::SegmentTree< T, BinOp, Allocator >
 A standard segment tree that supports O(log n) for point update and range query. The binary operation must be commutative. More...

Namespaces

namespace  flow