retagged by
495 views
0 votes
0 votes
Do the sum of  forward edge,backward edges,and cross edges remains same in the graph??
retagged by

1 Answer

Best answer
1 votes
1 votes

No , it is not necessary.

I have drawn two DFT of Graph G that have different sum of  forward edge,backward edges,and cross edges.

selected by

Related questions

0 votes
0 votes
1 answer
1
vaishali jhalani asked Nov 4, 2016
464 views
Can we use DFS to detect the negetive weight cycle in a directed graph?
0 votes
0 votes
2 answers
2
radha gogia asked Aug 5, 2015
2,170 views
Does it tale constant time or the time taken proportional to search in the entire partition of elements to find whether the component lies in that same component or not ?...
1 votes
1 votes
1 answer
4
Souvik33 asked Dec 19, 2022
698 views
If a -ve weight cycle is reachable from source, the Dijkstra's algorithm gets into an infinite loop TRUEFALSE