Skip to content

Commit 6eea927

Browse files
committed
update top sorting
1 parent 3ed7cc6 commit 6eea927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations/Technique - Topological Sorting.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"- The graph may have multiple roots; you need to be able to access them all to formulate the t order\n",
9797
"- You don't get a root at the beginning but some other representation of a graph; you will need to find roots first and sometimes construct an adjacency list. \n",
9898
"\n",
99-
"The code below implements the DFS-based te,[;ate on the above tree. In it, we assume that the given node is the root node, and that every other node is reachable from it:"
99+
"The code below implements the DFS-based approach on the above tree. In it, we assume that the given node is the root node, and that every other node is reachable from it:"
100100
]
101101
},
102102
{

0 commit comments

Comments
 (0)