We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab85cc commit 2b0c992Copy full SHA for 2b0c992
library/data_structures/binary_trie.hpp
@@ -3,7 +3,7 @@
3
//! binary_trie bt;
4
//! bt.update(num, 1); // insert
5
//! bt.update(num, -1); // erase
6
-//! @endco
+//! @endcode
7
//! @time O(q * mx_bit)
8
//! @space O(q * mx_bit)
9
const ll mx_bit = 1LL << 60;
0 commit comments