Java implementation of directed graph acyclicity checking using Sink Elimination (Kahn's Algorithm) and DFS cycle detection. O(V+E) time complexity.
java algorithms graph dfs acyclic algorithms-and-data-structures university-coursework sink-elimination
-
Updated
Apr 29, 2026 - Java