Top "Cyclic-graph" questions

How to detect if adding an edge to a directed graph results in a cycle?

I came upon wait-for graphs and I wonder, are there any efficient algorithms for detecting if adding an edge to …

graph-theory directed-graph cyclic-graph