2024-08-16 Question

Given the following directed graph:


Which sequence represents a valid depth-first search (DFS) traversal path that involve 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

Comentarios

Publicar un comentario

Entradas más populares de este blog

2024-08-30 Question

2024-09-27 Question