We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649bf0b commit 483afceCopy full SHA for 483afce
Topological_sorting.py
@@ -33,7 +33,4 @@ def in_degree(matrix,visit,v):
33
q.put(i)
34
return q
35
36
-
37
38
39
Topological_sorting(adj_matrix, n)
0 commit comments