Depth first search algorithm

How can I get the depth first search algorithm to find all paths between any two nodes?

Respuestas (1)

Askic V
Askic V el 19 de Dic. de 2022

1 voto

Use built in function:
https://www.mathworks.com/help/matlab/ref/graph.dfsearch.html

1 comentario

Dina Emad
Dina Emad el 19 de Dic. de 2022
I mean, the algorithm which give me all paths taking into account the source and destination nodes. This function doesn’t make what I need

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.

Productos

Versión

R2022b

Etiquetas

Preguntada:

el 19 de Dic. de 2022

Comentada:

el 19 de Dic. de 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by