C. · @cazabon
158 followers · 3610 posts · Server mindly.social

@FluffyDeveloper

I suspect there's something else going on here, or your comments data is far different than I'm supposing.

Your flatten method works just fine for me with a tree of 600 comments. In fact, it works fine with 600,000 comments (recurs. lim. 1000)

Example test script:
pastebin.com/6Mdvu2WL

Without seeing your other code, I don't know what the issue you're running into. At a wild guess, is it possible your graph is not acyclic?

#Recursion #python #graph #cyclic #acyclic

Last updated 2 years ago

Cy · @cy
179 followers · 9278 posts · Server mstdn.io

are kicking my butt again. Projects "s2et" and "dbtricks" both use projects "common," "memory," and "basic." common (for s2et) uses basic, common (for dbtricks) uses memory and basic. memory uses basic. And so it adds the unique arguments to the command line for the memory project 3 times, and the basic project 5 times.

#directed #acyclic #graphs #fml

Last updated 4 years ago