Consider the following statements concerning the execution of a DFS in an undirected graph.
I. There are no cross edges.
II. There are only tree edges.
III. There are no forward edges.
IV. There are no backward edges.
V. It is not possible to perform a DFS in an undirected graph
Select the alternative that lists all the correct statements and no false statement:
- I and III.
- I, III, and IV.
- II.
- V.
- None of the above.
Original idea by: Heitor Mattosinho
No comments:
Post a Comment