legosandorigami

Results 4 comments of legosandorigami

@knadh Glad to hear. Currently, there are no pending changes for this branch.

Hi @knadh Thank you

@scriptnull To verify if a configuration is a DAG, one could perform a depth first search and use a stack to detect back edges, which indicate the presence of cycles....

@scriptnull, I wanted to acknowledge and apologize for an oversight in the cycle detection algorithm I contributed. I initially used code from ChatGPT without fully verifying it. While the rest...