find shortest path between source node and destination node?

hi , i have 5 nodes first one i want to be start and last one which 5 i want to be last node and i want find shortest path between fisrt and last nodes how i can i do this plz somebody help me

답변 (2개)

Ken Atwell
Ken Atwell 2015년 5월 19일

0 개 추천

Sounds like you're after a so-called breadth-first search (that search "wide" before "deep"). Google search "matlab breadth first search" and you will find several promising leads.

댓글 수: 2

When I read the question, I do not see that the search order is given, just that the shortest path is to be found.
Delving into a graph in breadth first order will get you the shortest plan from the original point to another.

댓글을 달려면 로그인하십시오.

카테고리

태그

질문:

2015년 5월 18일

댓글:

2015년 5월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by