Closed isaacg1 closed 2 months ago
The DisjointSet::new() method doesn't take a parameter. The documentation uses DisjointSet::with_len() instead. I've updated the README to match.
Oh, I see, I renamed these functions with v0.3.0 to better match the std container interfaces, but forgot to update the README to reflect that.
Thanks for the catch!
The DisjointSet::new() method doesn't take a parameter. The documentation uses DisjointSet::with_len() instead. I've updated the README to match.