Topological Sort - kumarpranav1987/Graph GitHub Wiki

Find any one of the Topological Order

  1. Using Reverse Order of Finish Time of Vertex

  2. Using Kahn's Algorithm(Using Indegree)

Find all Topological Orders of given Graph