#TechToolboxTuesday : Topological Sort in 10 minutes
Day 26/30.
A lot of people think topological sort is tough or get very afraid of solving the questions on LeetCode. However, from experience, I can say that it is one of the easiest Graph algorithms if only you can grasp the concept. Here is my attempt to help you with the same. Let me know in the comments below if you would like more such videos! In tomorrow's video we will go over a LeetCode problem and pseudocode for Topo Sort.