qpwo / python-simple-cycles

algorithm for finding all the simple cycles in a graph
Other
31 stars 13 forks source link

Line 76 RecursionError #2

Open ghost opened 1 year ago

ghost commented 1 year ago

If the graph is large this implementation is susceptible to python's recursion limit

mihali commented 1 year ago

I ran into this problem months ago and have a non-recursive version. Do you mind testing my fork?