Skip to content

Commit 0470395

Browse files
committed
add more docs
1 parent 1110cb9 commit 0470395

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • library/data_structures_[l,r)/bit_uncommon

library/data_structures_[l,r)/bit_uncommon/kd_bit.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
//! KD_BIT<2> bit(n, m);
55
//! bit.update(i, j, 5);
66
//! bit.query(i1, i2, j1, j2);
7+
//! // 0 <= i1 <= i2 <= n
8+
//! // 0 <= j1 <= j2 <= m
79
//! @endcode
810
//! @time O(n^k + q * log^k n)
911
//! @space O(n^k)

0 commit comments

Comments
 (0)