Label correcting algorithm for shortest path

1 view (last 30 days)
Would you please write a code for Label correcting algorithm for shortest path??
  11 Comments
nazi hafez
nazi hafez on 6 Nov 2015
Label correcting algorithm is just find the shortest path between a single source node and a single destination node. Am I right? Now how I want to find shortest path between all pairs of nodes in a network. How label correcting algorithm will be changed for this?
Image Analyst
Image Analyst on 6 Nov 2015
Did you see Alex's comment above? Did you try anything yourself? (If we had any code all ready to go, we would have given it to you.)

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 19 Sep 2015
If you want to learn about MATLAB's capabilities, with code examples, for shortest path, see Steve's blog series: http://blogs.mathworks.com/steve/2011/11/01/exploring-shortest-paths-part-1/

Community Treasure Hunt

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

Start Hunting!