Topological Sort
1. Which of the following traversals in trees is equivalent to topological sort ?
2. Which of the following are applications of topological Sorting?
Finding prerequisite of a task
Finding Deadlock in an Operating System
Finding Cycle in a graph
Finding prerequisite of a task
Finding Deadlock in an Operating System
Finding Cycle in a graph
3. What is the most efficient Time Complexity of Topological Sorting?( N= number of vertices , E = number of edges)
4. The topological sort of Directed Acyclic graph is always unique.