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
{{ message }}
This repository was archived by the owner on Jun 18, 2026. It is now read-only.
refactor: deduplicate clustering coefficient + BFS into GraphUtils
Extract clusteringCoefficient() and avgClusteringCoefficient() into
GraphUtils, replacing 5 independent inline implementations across
CsvReportExporter, GraphStatsDashboard, GraphStorytellerExporter,
GrowthRateAnalyzer. Also replace inline BFS in GraphDrawingQualityAnalyzer
with GraphUtils.bfsDistances, and inline component counting in
GraphStatsDashboard with GraphUtils.findComponents.
Removes ~60 lines of duplicated graph traversal code.
0 commit comments