We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef793f commit ec563d3Copy full SHA for ec563d3
src/dsu.rs
@@ -9,7 +9,6 @@ pub struct Dsu {
9
parent_or_size: Vec<i32>,
10
}
11
12
-
13
impl Dsu {
14
pub fn new(size: usize) -> Self {
15
Self {
0 commit comments