When performing a depth-first search (DFS) on the following undirected graph with \(14\) vertices and \(32\) edges, how many back edges are obtained?

A. \(17\)
B. \(18\)
C. \(19\)
D. \(20\)
E. None of the above
Original idea by: Pedro Ferreira
When performing Kosaraju’s algorithm on the directed graph shown below, in how many distinct orders can the strongly connected components be...
No comments:
Post a Comment