How do I check if a directed graph is acyclic? And how is the algorithm called? I would appreciate a reference.
I would try to sort the graph topologically, and if you can't, then it has cycles.
2.1m questions
2.1m answers
60 comments
57.0k users