elementary-circuits-directed-graph
elementary-circuits-directed-graph copied to clipboard
Fix: find all elementary cycles
Fixed missing cycles bug reported in #26.
Changes made:
- Implemented corrections based on Johnson's original paper
- Added test cases to validate the fix
- Disabled two memory-intensive tests
The changes were kept minimal and focused on resolving the cycle detection issue. Implementation now more closely follows Johnson's original algorithm pseudocode."