Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

refactor: use GraphUtils.buildAdjacencyMap() in GraphColoringAnalyzer - #74

Merged
sauravbhattacharya001 merged 1 commit into
masterfrom
refactor/coloring-use-buildAdjacencyMap
Mar 14, 2026
Merged

sauravbhattacharya001 merged 1 commit into
masterfrom
refactor/coloring-use-buildAdjacencyMap

Conversation

@sauravbhattacharya001

Copy link
Copy Markdown
Owner

Replace inline adjacency map construction in smallestLastOrder() with the shared GraphUtils.buildAdjacencyMap() utility, eliminating ~10 lines of duplicated code.

Part of #43

Replace inline adjacency map construction in smallestLastOrder() with
the shared GraphUtils.buildAdjacencyMap() utility, eliminating ~10 lines
of duplicated code.

Part of #43
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@github-actions github-actions Bot added visualization Graph visualization and UI size/s labels Mar 14, 2026
@sauravbhattacharya001
sauravbhattacharya001 merged commit 7656e2d into master Mar 14, 2026
3 of 7 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

size/s visualization Graph visualization and UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant