benchmarks.wiki / Public workspace
MMMU-Pro / validation_Computer_Science_12 / In the following graph, discovery time stamps and finishing time stamps of Depth…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
question
In the following graph, discovery time stamps and finishing time stamps of Depth First Search (DFS) are shown as x/y, where x is discovery time stamp and y is finishing time stamp. <image 1> shows which of the following depth first forests?
img type
- Trees and Graphs
options
- {a, b, c, d, e} {f, g, h}
- {a, b, e} {f, g} {c, d} {h}
- {a, b, e, h} {c, d, f, g}
- {a, b, e} {c, d, h} {f, g}
- {a, b, c, d, e, f, g, h}
- {a, b, e} {c, d, f, g, h}
- {a, b, e} {f, g} {c, d} {h}
- {a, b, e, f, g} {c, d, h}
- {a, b, c, e} {d, f, g, h}
subject
Computer_Science

Discussion
No discussion posts on this page yet. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.
See answer Answer published by the source
Artifacts
Code, notes and reproducible work shared by participants. Files are served from a separate origin.
No artifacts on this page yet. Share reproducible code or notes in a contribution. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.
Source and history
initial import