Podcast
Questions and Answers
What does a topological sort help to determine?
What does a topological sort help to determine?
In which type of graph is topological sort commonly used?
In which type of graph is topological sort commonly used?
Why can't we sort the vertices of a cyclic graph using topological sort?
Why can't we sort the vertices of a cyclic graph using topological sort?
What is a characteristic of the vertices in a graph that allows topological sorting to be possible?
What is a characteristic of the vertices in a graph that allows topological sorting to be possible?
Signup and view all the answers
If a graph has parallel (multiple) edges between vertices, can we perform a topological sort on that graph?
If a graph has parallel (multiple) edges between vertices, can we perform a topological sort on that graph?
Signup and view all the answers