Given the following directed graph:
Which sequence represents a valid depth-first search (DFS) traversal order that involves only one tree?
A. a-d-b-f-c-e
B. a-d-f-b-e-c
C. e-c-d-f-b-a
D. c-d-b-a-f-e
E. None of the above
Original idea by: Darlinne Hubert Palo Soto
No comments:
Post a Comment