You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each node in the graph was being traversed irrespective of it being visited already in the previous traversals. Fixed that bug with the if condition in top_sort method's for loop.
0 commit comments