Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detecting Cyclic Points #14

Open
yzx9 opened this issue Feb 26, 2024 · 0 comments
Open

Detecting Cyclic Points #14

yzx9 opened this issue Feb 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@yzx9
Copy link
Owner

yzx9 commented Feb 26, 2024

We have now provided a function named has_cyclic to detect if a SWC tree contains a cycle. Going further, we can offer a method to detect the cyclic points. Assuming this is a directed graph, and we start from a point (the root of the tree), then we can definitely find the points where paths overlap.

@yzx9 yzx9 added the enhancement New feature or request label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant