how can i detect all cycles in the graph?

i tried to use DFS and back edges and this ddetect some loops in te graph but not all cycles.

Recommended Answers

All 2 Replies

use Brent's algorithm for getting all cycles.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.