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

Add new algorithm for cycle detection #9

Closed
clue opened this issue Feb 26, 2013 · 2 comments
Closed

Add new algorithm for cycle detection #9

clue opened this issue Feb 26, 2013 · 2 comments

Comments

@clue
Copy link
Member

clue commented Feb 26, 2013

We should provide an algorithm for cycle detection that works for both directed and undirected (and mixed) graphs.

Consider basing it on #8.

Besides merely detecting cycles, it would be nice to also return Cycle instances, similar to how DetectNegativeCycle works.

http://en.wikipedia.org/wiki/Cycle_%28graph_theory%29#Cycle_detection

@clue
Copy link
Member Author

clue commented Jan 12, 2015

See #119.

@clue
Copy link
Member Author

clue commented Jan 22, 2015

Algorithms will be split off via #119, issue migrated to graphp/algorithms#2

@clue clue closed this as completed Jan 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant