Topological sort using dfs()
graph-10-topological-sort-using-dfs
AnonymousReta
(Ashutosh Kumar)
March 12, 2020, 7:04am
#1
in the given video , in the line no. 61
why we are using (!visited)
Can we use (visited[node]!=true)