all simple paths problem

1 Comment

Duplicate is at http://www.mathworks.com/matlabcentral/answers/11285-algorithm-to-return-all-possible-connections-between-two-specific-buses-nodes

Sign in to comment.

 Accepted Answer

Andrew Newell
Andrew Newell on 24 Jul 2011

0 votes

The package gaimc implements the breadth-first search mentioned in your NIST link. This might be a starting point for you. The remainder of the algorithm description in the NIST link sounds like reasonably straightforward bookkeeping.

2 Comments

what is breadth-first search and what is depth first search? i am not familiar with these terms? thanks!
If you click on the link for breadth-first search in the NIST link, you'll know as much as me.

Sign in to comment.

More Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!