Home > Data Structures and Algorithms 🚀 > Draw a Graph > Stay On Top of Topological Sort Show previous contentBuild your intuition. Fill in the missing part by typing it in.Topological Sorting for a DAG is a linear ordering of vertices such that for every directed edge a --> b, node a comes __ b in the ordering.Write the missing line below.SubmitReveal answer Show following content