Skip to content

Commit 72c7a5c

Browse files
committed
add source
1 parent a591947 commit 72c7a5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/data_structures_[l,r)/seg_tree_uncommon/wavelet_matrix.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22
#include "wavelet_bit_vec.hpp"
3+
//! https://nyaannyaan.github.io/library/data-structure-2d/wavelet-matrix.hpp
34
//! @code
45
//! vector<ll> a(n);
56
//! wavelet_matrix wm(a, 30); // 0 <= a[i] < (1LL<<30)

0 commit comments

Comments
 (0)