You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find your AlmostUnionFind structure impressively over-complicated. A shorter approach would be to simply use std::collections::HashSet to confirm values.
Very well done Emil!
I find your
AlmostUnionFindstructure impressively over-complicated. A shorter approach would be to simply usestd::collections::HashSetto confirm values.Nice tests!
Keep it up!