This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Commit 7656e2d
authored
refactor: use GraphUtils.buildAdjacencyMap() in GraphColoringAnalyzer (#74)
Replace inline adjacency map construction in smallestLastOrder() with
the shared GraphUtils.buildAdjacencyMap() utility, eliminating ~10 lines
of duplicated code.
Part of #431 parent 93b3a16 commit 7656e2d
1 file changed
Lines changed: 1 addition & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
605 | | - | |
606 | 605 | | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | | - | |
613 | | - | |
614 | | - | |
615 | | - | |
616 | | - | |
617 | | - | |
| 606 | + | |
618 | 607 | | |
619 | 608 | | |
620 | 609 | | |
| |||
0 commit comments