Skip to content

Commit 3f1e5f3

Browse files
committed
add more docs
1 parent 22a3418 commit 3f1e5f3

File tree

1 file changed

+2
-0
lines changed
  • library/data_structures_[l,r)/bit_uncommon

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
//! @code
44
//! KD_BIT<2> bit(n, m);
55
//! bit.update(i, j, 5);
6+
//! // 0 <= i < n
7+
//! // 0 <= j < m
68
//! bit.query(i1, i2, j1, j2);
79
//! // 0 <= i1 <= i2 <= n
810
//! // 0 <= j1 <= j2 <= m

0 commit comments

Comments
 (0)