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

detect-cycle-algorithms detect just one cycle #252

Open
verbraucher opened this issue Nov 23, 2018 · 3 comments
Open

detect-cycle-algorithms detect just one cycle #252

verbraucher opened this issue Nov 23, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@verbraucher
Copy link

The detect-cycle-algorithms detect just one cycle.
It would be great if the algorithms can recognize more cycles than one, in case there are several.

@trekhleb trekhleb added the enhancement New feature or request label Nov 27, 2018
@kimchirichie
Copy link

I've been looking for a javascript implementation of finding all simple cycles in an undirected graph and found none. This enhancement would greatly benefit those looking to implement quick solutions to cycle detection.

@DCtheTall
Copy link

DCtheTall commented Feb 7, 2019

@trekhleb I'd be interested in attempting a PR for this at the start of this coming week.

@DCtheTall
Copy link

Currently blocked by issue #302.

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

4 participants