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.