Consider the Active Time Diagram defined below. The rows, to , represent the nodes of a network. The columns, 1 to 10, represent the star and ending times of the nodes during a given DFS Algorithm, which starts at node and proceeds through the network. So, the horizontal bar at row indicates that node has starting time 1 and ending time 10, delimiting the time it is active, and so on for the others.
Based on this diagram, we are able to infer some information on
Edge Classification, as follows:
- Edges and are cross-edges.
- Edges and are forward-edges.
- Edge is a backward-edge.
Given the above statements, which of them are true:
- I and II.
- I and III.
- II and III.
- I, II and III.
- None of the above.
Original idea by: Fábio Assunção.
No comments:
Post a Comment