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