Skip to content

Commit 483afce

Browse files
committed
10th commit
1 parent 649bf0b commit 483afce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Topological_sorting.py

-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,4 @@ def in_degree(matrix,visit,v):
3333
q.put(i)
3434
return q
3535

36-
37-
38-
3936
Topological_sorting(adj_matrix, n)

0 commit comments

Comments
 (0)