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 c4f058d commit 9a13dceCopy full SHA for 9a13dce
src/dsu.rs
@@ -10,6 +10,7 @@ pub struct Dsu {
10
}
11
12
impl Dsu {
13
+ // 0 <= size <= 10^8 is constrained.
14
pub fn new(size: usize) -> Self {
15
Self {
16
n: size,
0 commit comments