main
rs 3 lines 58 Bytes
Raw
1 pub mod disjoint_set;
2
3 pub use disjoint_set::DisjointSet;