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
Refactor UnionFind: rename id to parent, use recursive find (#1305)
Rename the `id` array to `parent` for clarity and switch the
iterative find implementation to the recursive path-compression
variant.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments