This repository contains the implementation of a new parallel shared-memory Connected-Components algorithm, named Afforest. The algorithm uses subgraph sampling for a fast approximation phase, after ...
A tool that systematically detects circular dependencies in Python codebases using Tarjan's Strongly Connected Components algorithm and provides natural language explanations and refactoring ...