Tools
Performance Tool
Validation Tool
Aim
Overview
Recap
Pretest
Topological Sort
Aim
Concept
Through DFS
Quiz
Kahns Algorithm
Aim
Concept
Demo
Practice
Exercise
Quiz
Code Assessment
Analysis
Aim
Time and Space Complexity
Quiz
Posttest
Further Readings/References
Feedback
Aim
Overview
Recap
Pretest
Topological Sort
Aim
Concept
Through DFS
Quiz
Kahns Algorithm
Aim
Concept
Demo
Practice
Exercise
Quiz
Code Assessment
Analysis
Aim
Time and Space Complexity
Quiz
Posttest
Further Readings/References
Feedback
Topological Sort
Estimated Time
15 min
Learning Objectives of this Module
In this module we will learn:
What is Topological Sort?
Why topological sort is applicable for DAG?
Topological Sort through DFS