Depth first search algorithm

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

Réponses (1)

Askic V
Askic V le 19 Déc 2022

1 vote

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

1 commentaire

Dina Emad
Dina Emad le 19 Déc 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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange

Produits

Version

R2022b

Tags

Question posée :

le 19 Déc 2022

Commenté :

le 19 Déc 2022

Community Treasure Hunt

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

Start Hunting!

Translated by