python-simple-cycles
python-simple-cycles copied to clipboard
Line 76 RecursionError
If the graph is large this implementation is susceptible to python's recursion limit
I ran into this problem months ago and have a non-recursive version. Do you mind testing my fork?