We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a591947 commit 72c7a5cCopy full SHA for 72c7a5c
1 file changed
library/data_structures_[l,r)/seg_tree_uncommon/wavelet_matrix.hpp
@@ -1,5 +1,6 @@
1
#pragma once
2
#include "wavelet_bit_vec.hpp"
3
+//! https://nyaannyaan.github.io/library/data-structure-2d/wavelet-matrix.hpp
4
//! @code
5
//! vector<ll> a(n);
6
//! wavelet_matrix wm(a, 30); // 0 <= a[i] < (1LL<<30)
0 commit comments