From 1346930a207af8bfc87aa456aaccdc8a013708af Mon Sep 17 00:00:00 2001 From: KanishAnand Date: Wed, 20 Mar 2019 08:50:19 +0530 Subject: [PATCH] issue #401 fixed --- src/lab/exp7/Theory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lab/exp7/Theory.html b/src/lab/exp7/Theory.html index 7b19d8d..d3754b9 100644 --- a/src/lab/exp7/Theory.html +++ b/src/lab/exp7/Theory.html @@ -214,7 +214,7 @@

Depth First Search (DFS)

u can be reached from v using tree edges, but there an edge from u to v also. -
+

The following two Edges : Forward Edge and Cross Edge are only present in Directed Graph.

  • Forward Edges : A non-tree edge (u, v) is called as a forward edge if v is a descendant of u in the dfs tree. v can be reached from u using tree edges, but there an edge from u to v also.