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
Pass ancestors set by reference instead of by value
Avoids copying the set at each recursive call. Uses insert-on-entry
and erase-on-exit (DFS backtracking) so sibling subtrees sharing the
same ID are handled correctly.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments