yohayt
Results
1
issues of
yohayt
Hi, Why do you use list(nx.simple_cycles(d))? Since you are interested only in one cycle, using something like next(nx.simple_cycles(d)) will save tones of time.