Skip to content

Refactor TarjanSccSolver, remove TarjanAdjacencyMatrix#1307

Merged
williamfiset merged 1 commit into
masterfrom
refactor-tarjan-scc
Mar 25, 2026
Merged

Refactor TarjanSccSolver, remove TarjanAdjacencyMatrix#1307
williamfiset merged 1 commit into
masterfrom
refactor-tarjan-scc

Conversation

@williamfiset
Copy link
Copy Markdown
Owner

Summary

  • Refactored TarjanSccSolverAdjacencyList: renamed visited to onStack, made fields final, added Javadoc, applied single-line body rule, resolved TODO comment
  • Removed redundant TarjanAdjacencyMatrix and its BUILD target

Test plan

  • All 8 existing TarjanSccSolverAdjacencyListTest tests pass
  • Compiles and runs correctly

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@williamfiset williamfiset merged commit ec08373 into master Mar 25, 2026
2 checks passed
@williamfiset williamfiset deleted the refactor-tarjan-scc branch March 25, 2026 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant