![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 29 of file binary_indexed_tree.h.
#include <binary_indexed_tree.h>
Public Member Functions | |
| BinaryIndexedTree (int n) | |
| void | AddItem (int index, T value) |
| T | GetPrefixSum (int index) const |
| int | size () const |
|
inlineexplicit |
Definition at line 33 of file binary_indexed_tree.h.
|
inline |
Definition at line 36 of file binary_indexed_tree.h.
|
inline |
Definition at line 49 of file binary_indexed_tree.h.
|
inline |
Definition at line 63 of file binary_indexed_tree.h.