Given the following undirected and unweighted graph:
What is the length of the shortest path between nodes 1 and 7?
- 3
- 4
- 5
- 6
- None of the above.
Original idea by: Pedro Henrique Di Francia Rosso
Instructions for question creators: (1) do not include the answer; (2) the last alternative must be: "E, None of the above"; (3) at the end, add "Original idea by: " and your name.
Consider a directed graph \(G\) and the Kosaraju-Sharir's algorithm for finding strongly connected components (SCCs). Analyze the foll...
No comments:
Post a Comment