We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1110cb9 commit 0470395Copy full SHA for 0470395
1 file changed
library/data_structures_[l,r)/bit_uncommon/kd_bit.hpp
@@ -4,6 +4,8 @@
4
//! KD_BIT<2> bit(n, m);
5
//! bit.update(i, j, 5);
6
//! bit.query(i1, i2, j1, j2);
7
+//! // 0 <= i1 <= i2 <= n
8
+//! // 0 <= j1 <= j2 <= m
9
//! @endcode
10
//! @time O(n^k + q * log^k n)
11
//! @space O(n^k)
0 commit comments