Skip to content

Commit 2d81cf5

Browse files
committed
Add Dsu to lib.rs
1 parent ec563d3 commit 2d81cf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ pub(crate) mod internal_scc;
1818
pub(crate) mod internal_type_traits;
1919

2020
pub use fenwicktree::FenwickTree;
21+
pub use dsu::Dsu;

0 commit comments

Comments
 (0)