Dec
25
Kahn’s algorithm | Topological sort | Course schedule 2 | Leetcode #210
Find the topological sort of a given graph. Here, i have explained how to find topological sort using Kahn’s algorithm.This algorithm is based on BFS (Breadth first search) and makes use of QUEUE and an Indegree ARRAY.Topological sort can also Read full